983632847 / WebUAV-3M

WebUAV-3M: A million-scale multi-modal UAV tracking benchmark
GNU General Public License v3.0
50 stars 3 forks source link

What's the meaning of each line in `scenario.txt` of provided dataset? #5

Closed laisimiao closed 1 year ago

983632847 commented 1 year ago

Each video has a "scenario.txt" file about seven scenarios defined in Section 4. The meaning of each line is as follows:

UTUSC Evaluation Protocal

    self.sce_dict = {
        'Low_light': 0, 'Long-term_occlusion': 1, 'Small_targets': 2,
        'High-speed_motion': 3, 'Dual-dynamic_disturbances': 4, 'Target_distortions': 5,
        'Adversarial_examples':6}

You can find more information in the "got10k/experiments/webuav3m.py".