Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 371 Bytes

File metadata and controls

11 lines (6 loc) · 371 Bytes

YOLO V3

This implementation is based on Zihao Zhang's implementation. Thanks to him!

Installation

Convert the Darknet model using the following command:

wget https://pjreddie.com/media/files/yolov3.weights -O weights/yolov3.weights
python convert.py --weights weights/yolov3.weights --output weights/yolov3.tf