longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.55k stars 419 forks source link

Keras yolov3 mobilenet #107

Open Adamdad opened 6 years ago

Adamdad commented 6 years ago

I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3)。I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.git use it as you wish

YunYang1994 commented 5 years ago

https://github.com/YunYang1994/tensorflow-yolov3 hope it helps you