#hdds

• Best places to get test files:

  1. Best all-in-one source: DroneDetectionThesis dataset
    • Link: https://github.com/DroneDetectionThesis/Drone-detection-dataset
    • Has visible videos, IR videos, and audio clips.
    • Good for your app because it already contains drone/non-drone sensor data.
    • License shown as CC0-1.0, so it is easy to use for testing.
    • Dataset includes visible drone videos and audio labels like Drone, Helicopter, Background.
  2. Long drone audio: NASA Small UAS Flyover Acoustics
  3. Large drone audio dataset: DADS on Hugging Face
  4. Drone video with multiple UAV targets

For your app, place files like this:

Scenarios/ scenario-1.mp4 scenario-1.wav scenario-1.json

They do not have to come from the same dataset for simulation testing. You can use a drone video from the GitHub/Purdue dataset, a drone audio file from NASA/DADS, then write your own radar JSON with matching target distance/speed values.

Built with LogoFlowershow