huanglianghua / GlobalTrack

Official PyTorch implementation of "GlobalTrack: A Simple and Strong Baseline for Long-term Tracking" @ AAAI2020.
243 stars 27 forks source link

hope you release tracking results on common datasets #6

Closed fzh0917 closed 4 years ago

fzh0917 commented 4 years ago

As the title describes, can you release your tracking results on common datasets? Though the paper shows overall results on most long-term datasets, I want to analyze the result on each video of common datasets, especially short-term datasets, such as OTB2015, VOT2018, .etc. Thank you! Best regards!

huanglianghua commented 4 years ago

Hi, thank you for the suggestion. We'll consider releasing all available tracking results.

Alternatively, you can also run tools/test_global_track.py (change the evaluators to different datasets for your need) and run the code to get your results of interest.

fzh0917 commented 4 years ago

OK. Looking forward to the results, I am manually running it now. Besides, a small improvement can be done in the environment.yml file, the prefix parameter value should be dynamic.