Skip to content

Editing previously labelled frames #1962

Discussion options

You must be logged in to vote

For reference, I'll summarise what I needed to answer my original question:

In the training config file, the 'labels' section is set up as below, with split_by_inds set to true and training_inds set to an array of indices (I guess to instances although in my case each video has only one (labelled) frame, so videos, frames and instances all have the same indices for me).

        ...
        "labels": {
            "training_labels": null,
            "validation_labels": null,
            "validation_fraction": 0.1,
            "test_labels": null,
            "split_by_inds": true,
            "training_inds": [2,3,19,24,25,31,34,41,45,53,56,60,...],
            "validation_inds": null,
 …

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@rupertoverall
Comment options

@gitttt-1234
Comment options

@rupertoverall
Comment options

@talmo
Comment options

@rupertoverall
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rupertoverall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
3 participants