datlife / yolov2

YOLOv2 Implementation in TF/Keras. Allowing to experiment on different feature detectors (MobileNet, Darknet-19). Paper: https://arxiv.org/abs/1612.08242
49 stars 13 forks source link
deep-learning detection-network keras-tensorflow object-detection

YOLOv2 - Object Detection Model on Keras


This repo is the implementation of YOLOv2, an object detector using Deep Learning, discussed in "YOLO9000: Better, Faster, Stronger"

Project Status: On Hold