Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 329 Bytes

Yolo in Keras Project

Install requirements pip install -r requirements.txt

Get Yolo Keras Model Download official weights from https://pjreddie.com/media/files/yolov2.weights

python prediction/confToModelConverter.py -conf_path -weights-path -putput-path

Execute Application python main.py

Project is written in python 3.X