https://github.com/jeffthompson/trainingopencv
A combination of tutorial and code (command line, Processing, and Python) for training OpenCV to detect objects
https://github.com/jeffthompson/trainingopencv
Last synced: over 1 year ago
JSON representation
A combination of tutorial and code (command line, Processing, and Python) for training OpenCV to detect objects
- Host: GitHub
- URL: https://github.com/jeffthompson/trainingopencv
- Owner: jeffThompson
- Created: 2013-05-25T15:53:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T14:59:41.000Z (over 8 years ago)
- Last Synced: 2025-01-04T15:17:41.801Z (over 1 year ago)
- Language: Processing
- Size: 584 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Training OpenCV
==============
A combination of tutorial and code (command line, Processing, and Python) for training OpenCV to detect objects
#### Instructions
A currently-changing set of instructions (and working notes) on setting up and training OpenCV
#### Save Images From Sysnet
Processing sketch for saving 100s or 1000s of image files from [Sysnet](http://www.image-net.org/search?q=computer) to use as training images
#### Create Collection File
Processing sketch for drawing bounding box around positive images from a folder
#### Test Cascade
Test the resulting cascade file using either Processing or Python