/haar-negative

Python script for getting negative samples quickly and efficiently for HAAR cascade training.

Primary LanguagePythonMIT LicenseMIT

haar-negative

Small Python script for getting negative samples quickly and efficiently for HAAR cascade training.

how

$ git clone https://github.com/danilolekovic/haar-negative.git
$ cd haar-negative
$ python src/main.py

HAAR Cascade Training

@sherrardTr4129 has written a very good tutorial right here.