FYP: Drone Tracking Program (DTP)
This is a final deliverable of a FYP.
- Windows 10
- Nvidia GPU that supports CUDA 10.1
- A drone that is compatile with the DJI Windows SDK. Please check all supported drones here.
- Download DTP_Data folder and the DTP program on the Github Release page.
- Run requirements.bat under DTP_Data. Please visit here if you encounter any installation issues.
- Install the DTP program by right-clicking the DTP_Package_1.0.1.0_Test\Add-AppDevPackage.ps1 in the release app package.
- Replace "from pysot." with "from PySOT.pysot" and replace "from toolkit." with "from PySOT.toolkit." in all Python files under DTP_Data\Source\PySOT
- Download the pretrained PySOT models here and place them under DTP_Data\Source\PySOT\experiments.
- Start the program and update the DTP data path in the program.
Please reference here and then download the SDK here.