hkchengrex / Tracking-Anything-with-DEVA

[ICCV 2023] Tracking Anything with Decoupled Video Segmentation
https://hkchengrex.com/Tracking-Anything-with-DEVA/
Other
1.27k stars 129 forks source link

Can you provide detailed testing code and instructions for YouTubeVIS #113

Closed longmalongma closed 1 month ago

longmalongma commented 1 month ago

Can you provide detailed testing code and instructions for YouTubeVIS

hkchengrex commented 1 month ago

As it is not part of our main results we did not emphasize it in this repo. The evaluation process follows this section: https://github.com/hkchengrex/Tracking-Anything-with-DEVA/blob/main/docs/EVALUATION.md#open-worldlarge-vocabularyunsupervised-video-object-segmentation -- the exact same code was used. Similarly, the detections are computed per frame, and then propagated with eval_with_detections.py.