mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

How are standard data formats cocovid used for video instance segmentation?How to mark?

Open int-gif opened this issue 3 years ago • 3 comments

int-gif avatar Apr 19 '22 02:04 int-gif

CocoVideoDataset is designed for coco-like data formats, but with video input. So plus to the original coco annotation, it has video-related annotation like video_id or frame_index. We've implemented YouTubeVISDataset, you can take it as an example.

Seerkfang avatar Apr 19 '22 06:04 Seerkfang

Have you figured out how to create a customized CocoVideoDataset? Is there a tool to create such datasets, or are there any tools to create video instance segmentation datasets like youtube-vis?

tctco avatar Feb 01 '23 13:02 tctco

Have you gotten this? I also have no idea on VID customizing dataset and training

meikorol avatar Apr 07 '23 02:04 meikorol