defrag-bambino / Anti-UAV-fork

🔥🔥Official Repository for Anti-UAV🔥🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modifications: added yolov5-ifier.py script (and vid_to_frames.py) for converting the dataset into yolov5 format.

Anti-Unmanned Aerial Vehicle (UAV)

  • This work was done during Jian Zhao served as an assistant professor at Institute of North Electronic Equipment, Beijing, China.
Author Jian Zhao
Homepage https://zhaoj9014.github.io

License

The project of anti-UAV is released under the MIT License.


Originality

  • To our best knowledge, we are the first to propose a new anti-UAV task, corresponding datasets, evaluation metrics and baseline methods.

Task Definition

  • Anti-UAV refers to discovering, detecting, recognizing, and tracking Unmanned Aerial Vehicle (UAV) targets in the wild and simultaneously estimate the tracking states of the targets given RGB and/or Thermal Infrared (IR) videos. When the target disappears, an invisible mark of the target needs to be given. A lot of higher-level applications can be founded upon anti-UAV, such as security of important area, defense against UAV attack, and automated continuous protection from potential threat caused by UAV instrusion.

Motivation

  • The anti-UAV project of Institute of North Electronic Equipment, Beijing, China is proposed to push the frontiers of discovering, detection and tracking of UAVs in the wild.

  • Recently, UAV is growing rapidly in a wide range of consumer communications and networks with their autonomy, flexibility, and a broad range of application domains. UAV applications offer possible civil and public domain applications in which single or multiple UAVs may be used. At the same time, we also need to be aware of the potential threat to airspace safty caused by UAV intrusion. Earlier this year, multiple instances of drone sightings halted air traffic at airports, leading to significant economic losses for airlines.

  • Currently, in computer vision community, there is no high-quality benchmark for anti-UAV captured in real-world dynamic scenarios. To mitigate this gap, this project presents a new dataset, evaluation metric, and baseline method for the area of discovering, detecting, recognizing, and tracking UAVs. The dataset consists of high quality, Full HD video sequences (both RGB and IR), spanning multiple occurrences of multi-scale UAVs, densely annotated with bounding boxes, attributes, and flags indicating whether the target exists or not in each frame.


Anti-UAV Dataset

  • Statistics: The anti-UAV dataset consists of 160 high quality, full HD video sequences (both RGB and IR), spanning multiple occurrences of multi-scale UAVs (3 sizes, i.e., large, normal, tiny; 4 models, i.e., DJI-Inspire, DJI-Phantom4, DJI-MarvicAir, DJI-MarvicPRO). The RGB and IR videos are captured by static special ground camera with an automatic rotation platform which can be remotely controlled by PC. All data are densely annotated with bounding boxes, attributes (large, normal, tiny, day, night, cloud, building, false object, speed change, hang, occlusion, scale variation), and flags indicating whether the target exists or not in each frame by professional data annotators.

Evaluation Metrics

  • We define the tracking accuracy as:

The IoU_i is Intersection over Union (IoU) between each corresponding ground truth and tracking boxes and the v are the visibility flags of the ground truth (the tracker's predicted p are used to measure the state accuracy). The accuracy is averaged over all frames.
  • Note: We provide both RGB and IR videos and their corresponding ground-truths. Challenge participants can only use both IR and RGB videos and their ground-truth location in the first frame. The final evaluation ranks are calculated according to the results on the IR data.

  • Test

    • Set up the environment
          conda create -n anti_uav python=3.7
          conda activate anti_uav
          pip install opencv-python torch
    • Run
          python test.py
    • You will see the following results
          [001/100]  20190925_131530_1_4    IR Fixed Measure: 0.187
          [002/100]  20190926_183400_1_8    IR Fixed Measure: 0.788
          ...
          [100/100]  20190925_213001_1_2    IR Fixed Measure: 0.028
          [Overall]    IR Mixed Measure: 0.420
  • Submit Result to codalab

        cd result/SiamFC
        zip -r ../SiamFC_test_dev.zip *.txt

    You can upload the SiamFC_test_dev.zip file to CodaLab.


CVPR 2020 Anti-UAV Workshop & Challenge

- We will organise the CVPR 2020 Anti-UAV Workshop & Challenge, which is collaborated by INEE, CASIA, TJU, XJTU, Pensees, Xpeng Motors, USTC, NUS, and Baidu.

ICCV 2021 Anti-UAV Workshop & Challenge

- We will organise the ICCV 2021 Anti-UAV Workshop & Challenge, which is collaborated by BIT, BUPT, HIT, BJTU, Qihoo 360, OPPO, CAS, and Baidu.

Citation

  • Please consult and consider citing the following papers:

    @article{jiang2021anti,
    title={Anti-UAV: A Large Multi-Modal Benchmark for UAV Tracking},
    author={Jiang, Nan and Wang, Kuiran and Peng, Xiaoke and Yu, Xuehui and Wang, Qiang and Xing, Junliang and Li, Guorong and Guo, Guodong and Zhao, Jian and Han, Zhenjun},
    journal={arXiv preprint arXiv:2101.08466},
    year={2021}
    }
    

About

🔥🔥Official Repository for Anti-UAV🔥🔥

License:MIT License


Languages

Language:Python 83.2%Language:C++ 16.7%Language:Batchfile 0.1%Language:MATLAB 0.0%