A light weight framework for Object Detection.
pip install eyewitness==1.0.7
Lightweight Framework for object detection application. wrapper your own detector and add your handler.
system design: https://drive.google.com/file/d/1x_sCFs91swHR1Z3ofS4e2KFz6TK_kcHb/view?usp=sharing
document: https://eyewitness.readthedocs.io/en/latest/index.html
support python 2.7, 3.5, 3.6
pip install eyewitness
manually installation
git clone https://gitlab.com/penolove15/witness.git
cd witness
python setup.py install
please take look at README.md inside docker/ there are examples wrapper a detection model
https://github.com/penolove/Flask-Monitor-Reporter
a flask UI used for visualization detection results.
nose2
cd ci;
docker build -t eyewitnessforci/eyewitness-ci-image:1.2.1 .