facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"
Other
913 stars 90 forks source link

Can i visualize the synthesis training data? #55

Closed so45jj45 closed 6 months ago

so45jj45 commented 9 months ago

Thank you for great works!

In the paper, it is mentioned that ImageCut2Video is used to create a synthetic video dataset using pseudo-annotations generated from maskcut. I understand it is generated from video_imagenet_train_fixsize480_tau0.15_N3.json, but the code appears to use internal APIs of Detectron2.

I'm wondering if there is any guide or method for me to view this synthetic data!

so45jj45 commented 6 months ago

Thank you for great works!

In the paper, it is mentioned that ImageCut2Video is used to create a synthetic video dataset using pseudo-annotations generated from maskcut. I understand it is generated from video_imagenet_train_fixsize480_tau0.15_N3.json, but the code appears to use internal APIs of Detectron2.

I'm wondering if there is any guide or method for me to view this synthetic data!