An open API service indexing awesome lists of open source software.

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

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