Skip to content

qiningonline/YDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YDK

YOLO based object detection in Keras. The network config and the weight file are downloaded from the original Darknet. Network config and weight file are converted to Keras compatible JSON file and H5 file respectively.

result demo

Dependencies

  • Python2.7
  • TensorFlow 1.0
  • Keras 2.0
  • Numpy
  • Opencv 2.4

Installation

git clone https://github.com/qiningonline/YDK.git
cd YDK
sh install.sh

Run detection

python ./src/test_yolo.py ./test/dog.jpg

Reference

This repo is developed based on the work of YAD2K. Different from YAD2K, this work removed the TF dependencies in detection.

About

YOLO based object detection in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published