Awesome
Serrano + TinyYOLO
This is a demo project implementing TinyYOLO with Serrano. It could do object recognition on 20 object classes.
Example result: <img src="https://github.com/pcpLiu/Serrano-TinyYOLO/blob/master/demo_result.jpg" width="500" />
TinyYOLO
TinyYOLO the model and associated weights are obtained from YOLO website https://pjreddie.com/darknet/yolo/ supported by Joseph Redmon.
Acknowledgment
- YAD2K used to convert Darknet model to Keras model