/Serrano-TinyYOLO

A Demo project using Serrano with TinyYOLO network

Primary LanguageSwift

Serrano + TinyYOLO

This is a demo project implementing TinyYOLO with Serrano. It could do object recognition on 20 object classes.

Example result:

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