Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 643 Bytes

keras-yolo3

license

Introduction

A Keras implementation of YOLOv3 (Tensorflow backend) inspired by allanzelener/YAD2K.

Working On to Train...


Quick Start

  • Download YOLOv3 weights from YOLO website.
  • Convert the Darknet YOLO model to a Keras model.
  • Run YOLO detection.
wget https://pjreddie.com/media/files/yolov3.weights
python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
python yolo.py
or 
python yolo_video.py

TODO 1.Add Training 2.Remove PIL