zubairahmed-ai / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Keras implementation of YOLOv3 (Tensorflow backend)

License:MIT License


Languages

Language:Python 100.0%