This repository contains the application developed for the PREN challenge @ HSLU in the FS19.
See the following notebooks for some computer vision examples used in the implementation:
- Detecting Start signals: Testrun Start Signals
- Detecting Info signals: Testrun Info Signals
- Detecting Stop signals: Testrun Stop Signals
See the hslu-pren-digit-cnn repository for more details about the CNN used to detect the signals.
# use default stable config
python3 -m hns
# use specific config
python3 -m hns configs/stable.ini
Run tests:
# make sure to have the test dependencies installed
make install-test-dependencies
# run the tests
make test
Build and Install to system
make && sudo make install