Skip to content

C0deInBlack/drone_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone_detector

PyQt application that detects drones using a custom Haar Cascade XML training file and OpenCV.

Detect in images
img

Detect in videos

The cascade XML was created with Cascade Trainer GUI.

The script image_crawler.py download samples from internet using icrawler, it automatically organize the samples by category, positives and negatives.

❯ tree crawler -L 2
crawler
└── drones
    ├── classifier
    ├── n
    ├── neg.lst
    ├── p
    ├── pos.lst
    └── pos_samples.vec

The script detector.py contains all the OpenCV detection logic for images and videos.

The graphical application main.py can also save the detected frames.

img_2

About

PyQt application that detects drones using a custom Haar Cascade XML training file and OpenCV.

Topics

Resources

License

Stars

Watchers

Forks

Languages