/YOLOv3-use-MobileNet

Modify YOLOv3 by replacing backbone network by MobileNet

Primary LanguagePython

YOLOv3 use MobileNet

Inspired by qqwweee/keras-yolo3 and MobileNet.

How to start

You can do same things like keras-yolo3 mentioned because I modified backbone network and keep training and testing process interface.

Reference

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications.

YOLOv3: An Incremental Improvement.