项目作者: datlife

项目描述 :
YOLOv2 Implementation in TF/Keras. Allowing to experiment on different feature detectors (MobileNet, Darknet-19). Paper: https://arxiv.org/abs/1612.08242
高级语言: Python
项目地址: git://github.com/datlife/yolov2.git
创建时间: 2017-07-10T05:19:16Z
项目社区:https://github.com/datlife/yolov2

开源协议:

下载


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