1Minute Computer Vision Algorithm is an example to demonstrate the state-of-the-art techniques using a basic framework.
pip install -r requirements.txt
See requirements.
1Minutes Computer Vision Algorithm is tested on Python 3.7+ on Windows and Linux.
python run.py --h
This is an example to show how to recongize a book in a photo using some images downloaded from the book publisher.
python run.py --detector ORB --descriptor ORB --matcher BF
This project is licensed under MIT. See LICENSE.