ovtrack
ovtrack copied to clipboard
OVTrack: Open-Vocabulary Multiple Object Tracking [CVPR 2023]
The specific issues are as follows: Traceback (most recent call last): File "tools/test.py", line 181, in main() File "tools/test.py", line 87, in main if args.work_dir is not None: AttributeError: 'Namespace'...
Can you share the code for testing Reginclip with Tracktor on the tao dataset
Table 1 in the article shows the TETA result validation set and test set of OVTrack. The TAO evaluation page on motchallenge.net only provides the Track mAP metric. Where can...
I noticed in your paper that you mentioned, 'In the validation set of TAO, 295 of the overlapping classes are present. 35 of these classes are defined as rare, which...
Thanks for your wonderful jobs! I followed the “GET_STARTED.md” to test the TAO model on the Open-vocabulary MOT benchmark, however, the code threw an error. 
For running the model on an arbitrary video the GETTING_STARTED instructions suggest to use ovtrack_vanilla_clip_prompt.pth checkpoint. Where can I get it from?
Your work is very inspiring. I have a question: During the evaluation, do we need to input all the novel classes from the validation set into the model for inference,...
The 1,203 categories in LVIS are divided into 866 base categories and 337 novel categories. However, in the training set of the TAO dataset, there are actually only 208 base...