Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 653 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 653 Bytes

Description

Deep Learning

Machine learning

  1. sample.py making some positive samples using affine transformation
  2. resize.py reducing samples to a size that opencv is suitable for processing
  3. describe.py generating description file for samples
  4. opencv_traincascade training model that we want
  5. test.cpp using the model to detect new samples