A Keras implementation of YOLOv3 (Tensorflow backend) inspired by allanzelener/YAD2K.
Working On to Train...
- 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