https://github.com/yxiao1996/traindetector
wrap Cascade Detector training by OpenCV in GUI
https://github.com/yxiao1996/traindetector
cascade-classifier opencv pyqt4
Last synced: about 2 months ago
JSON representation
wrap Cascade Detector training by OpenCV in GUI
- Host: GitHub
- URL: https://github.com/yxiao1996/traindetector
- Owner: yxiao1996
- Created: 2018-03-29T05:39:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T10:43:38.000Z (over 8 years ago)
- Last Synced: 2025-01-23T07:22:14.803Z (over 1 year ago)
- Topics: cascade-classifier, opencv, pyqt4
- Language: C++
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trainDetector
wrap Cascade Detector training by OpenCV in GUI
* I have just started learning PyQt4, decided to wrap the OpenCV Cascade classifier for object detection, which is a bit hairy to use before.
### basic features
* using PASCAL VOC style annotation (labelImg)
* support merging datasets (conbine two sets of /pos /neg /Anno)
* support simple test
### goal
* the plan is to connect the Cascade classifier into ROS