HengLan / LaSOT_Evaluation_Toolkit

[CVPR 2019 & IJCV 2021] LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking
http://vision.cs.stonybrook.edu/~lasot/
Apache License 2.0
108 stars 13 forks source link

What does the attribute bits represent in the `annos/att` directory? #11

Closed fzh0917 closed 4 years ago

fzh0917 commented 4 years ago

Hi, Heng Fan, As the title says, what the attribute bits represent in the annos/att directory? In other words, what's the attribute order represented by binary bits in annos/att/*.txt? Besides, is there a quick way to find those videos that have common attribute(s), just like this.

fzh0917 commented 4 years ago

Thank you! Best regards! ^_^

HengLan commented 4 years ago

They are corresponding to 'Illumination Variation', 'Partial Occlusion', 'Deformation', 'Motion Blur', 'Camera Motion', 'Rotation', 'Background Clutter', 'Viewpoint Change', 'Scale Variation', 'Full Occlusion', 'Fast Motion', 'Out-of-View', 'Low Resolution', 'Aspect Ration Change'.

HengLan commented 4 years ago

To quickly search for the common attributes, you can load all attribute annotations in the matrix, and then you can easily find the videos which share the same attributes.

fzh0917 commented 4 years ago

Yes. I have already done this.

Thank you very much! Best regards!