tranleanh / darkeras-yolov4

Run YOLO on Keras using Darknet Weights
MIT License
26 stars 13 forks source link
darknet keras object-detection yolov3 yolov4

Darkeras: Executing YOLOv3/YOLOv4 Object Detection on Keras with Darknet Pre-trained Weights

Blog

This project is to execute YOLOv3/YOLOv4 object detector on Keras using Darknet pre-trained weights.

Dependencies

You can simply run:

$ pip install -r requirements.txt

Supported Models

How to Use

1. Run with Notebook

2. Run with Python Scripts

Detection Results

Citation

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