megvii-research / video_analyst

A series of basic algorithms that are useful for video understanding, including Single Object Tracking (SOT), Video Object Segmentation (VOS) and so on.
MIT License
832 stars 176 forks source link

How to train and test on youtubeVos2019? #184

Closed sunsiyang2015 closed 2 years ago

sunsiyang2015 commented 3 years ago

hello, it is excellent work. I want to know how to train and evaluate on youtubeVos2019?

lzx1413 commented 3 years ago

we have implemented the dataset for youtubevos 2018 at https://github.com/MegviiDetection/video_analyst/blob/master/videoanalyst/data/dataset/dataset_impl/ytb_vos.py. You can try to edit it to load youtubevos 2019. For evaluation, you can refer to the davis tester https://github.com/MegviiDetection/video_analyst/blob/master/videoanalyst/engine/tester/tester_impl/davis.py to generate the results which is needed for the server https://competitions.codalab.org/competitions/20127#participate

MARMOTatZJU commented 2 years ago

Closed as no further discussion. Feel free to reopen it again.