HengLan / VastTrack

VastTrack: Vast Category Visual Object Tracking
39 stars 2 forks source link

The attribute analysis plot #7

Closed Jasper0420 closed 1 month ago

Jasper0420 commented 1 month ago

image Thank you for your contribution to tracking community engagement! I'm going to FOLLOW your work and measure it on the VastTrack dataset, and I was wondering how you drew your attribute analysis plot based on the VastTrack dataset? Can you provide the raw_tracking for those methods in the graph. I did not find them! Thanks! Good luck!

HengLan commented 1 month ago

Hi

Thanks for your interest in our work.

You can refer to the code here (https://github.com/HengLan/VastTrack/tree/main/MatlabEvaluationToolkit) to reproduce the results and plots. For the attribute analysis, just look at line 140 in run_tracker_performance_evaluation.m file. All tracking results are provided if you look at that page.

Please let us know if you have further questions.

Hope it helps. Thanks.

Jasper0420 commented 1 month ago

Thank you for your excellent work! I did not notice it due to my carelessness! Thanks again!

Jasper0420 commented 1 month ago

I found a small error In the Robot Dog class in the test set, its groundtruth.txt is incorrectly named, it should be Groundtruth.txt, which can lead to errors when reading the data. This might be better if the user is alerted in the Readme.