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.
- Python2.7
- TensorFlow 1.0
- Keras 2.0
- Numpy
- Opencv 2.4
git clone https://github.com/qiningonline/YDK.git
cd YDK
sh install.sh
python ./src/test_yolo.py ./test/dog.jpg
This repo is developed based on the work of YAD2K. Different from YAD2K, this work removed the TF dependencies in detection.