got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
http://got-10k.aitestunion.com/
MIT License
556 stars 95 forks source link

how to define whether a targer is fast or slow? #44

Open Jee-King opened 4 years ago

Jee-King commented 4 years ago

Hi, thanks for your great datasets.

In OTB, Fast Motion is defined as the motion of the ground truth is larger than tm pixels (tm=20). In GOT-10k, you provide the motion_adverb in _metainfo.ini. So how do you define whether the target is fast or slow? Is it same with OTB?

Thanks!