Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 401 Bytes

File metadata and controls

23 lines (16 loc) · 401 Bytes

Object Classificator

Requirements

  • Python Pip:
    sudo apt install python-pip
  • OpenCV:
    pip install opencv-python
  • TQDM:
    pip install tqdm
  • Numpy:
    pip install numpy

How To Use

  1. Check the parameters in pipeline.py
  2. Run the demonstration with python pipeline.py

Info

Format of data:

[class, canny (non zero), mean blue value, mean green value, mean red value]