Drone Verification using SiamRPN Tracker
In this work, we evaluated the authenticity of drone in real time scenario using computer vision based deep tracker.
More information about this work is in this file
Python version 3.7 has been used.
Following installations are required for working code
Install the below libraries inside your conda environment
conda install pytorch torchvision -c pytorch
pip install opencv-python imutils pyyaml yacs tqdm colorama matplotlib cython tensorboardX
For using the code on other platforms except OSX, comment the following line from drone_tracking.py
os.environ['KMP_DUPLICATE_LIB_OK']='True'