Epiphqny / VisTR

[CVPR2021 Oral] End-to-End Video Instance Segmentation with Transformers
https://arxiv.org/abs/2011.14503
Apache License 2.0
739 stars 95 forks source link

I cound't find the instances_val_train_sun.json file in codalab page #57

Closed StiphyJay closed 3 years ago

StiphyJay commented 3 years ago

Thanks for your open-source code. Ii is very helpful for my research. But when i want to train the model, i find i counldn't find the corresponding file instance_train_sub.json' or 'instance__val_sub.json' in the Codalab page(https://competitions.codalab.org/competitions/20128#participate-get_data). I only download the image data.But, for annotation file, I just got the test.json or val.json or train.json file. And in those json file, I couldn't fine the annotation information.I would appreciate it if you could help me to correct this problem.

Epiphqny commented 3 years ago

Hi @StiphyJay , they are the same as the val.json and train.json file.

StiphyJay commented 3 years ago

OK. Got it. Thank you!

StiphyJay commented 3 years ago

Hi @StiphyJay , they are the same as the val.json and train.json file.

But when i run the ytvos.py, the YTVOSDataset.getitem() only return img, the target didn;t contatin the annotation information. And i find the label file(.json file), there are no annotation information.

VJJJJJJ1 commented 1 year ago

感谢您的开源代码。ii对我的研究很有帮助。但是当我想训练模型时,我发现在 Codalab 页面(https://competitions.codalab.org/competitions/20128#participate-获取数据)。我只下载图像数据。但是,对于注释文件,我只得到了 test.json 或 val.json 或 train.json 文件。在那些json文件中,我无法细化注释信息。如果你能帮助我纠正这个问题,我将不胜感激。

which one have you downloaded? vis or vos