This project is to execute YOLOv3/YOLOv4 object detector on Keras using Darknet pre-trained weights.
You can simply run:
$ pip install -r requirements.txt
$ python detect_yolov3.py
$ python detect_yolov4.py
Input
YOLOv3
YOLOv4
Please cite this repo if it's helpful for your study.
@misc{tran2021darkeras,
author = {Tran, Le-Anh},
title = {Darkeras: Executing YOLOv3/YOLOv4 Object Detection on Keras with Darknet Pre-trained Weights},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository}
}
Have fun!
LA Tran
August 2021