I am trying to build a JSON file for my own dataset in Youtube-VIS format. But in the "annotation" part, the key "category_id" is always the same for all instances. Could you please illustrate a little bit about this?
Since your segmentations and bboxes are lists for all frames in a video. Did you put the same instance across different frames in the same annotation, which shares the same "category_id"? If this is the case, for multiple instance data, how can I get the instance trajectory information across all frames for my own data?
Another explanation is that in the Youtube-VIS dataset, there is only one instance for all video. Hence, the key category_id is not working.
I am trying to build a JSON file for my own dataset in Youtube-VIS format. But in the "annotation" part, the key "category_id" is always the same for all instances. Could you please illustrate a little bit about this?
Since your segmentations and bboxes are lists for all frames in a video. Did you put the same instance across different frames in the same annotation, which shares the same "category_id"? If this is the case, for multiple instance data, how can I get the instance trajectory information across all frames for my own data?
Another explanation is that in the Youtube-VIS dataset, there is only one instance for all video. Hence, the key category_id is not working.