Skip to content

MoazAshraf/YOLO-Keras

Repository files navigation

YOLO Implementation in Keras (TensorFlow 2)

In this project, I attempt to implement YOLOv1 as described in the paper You Only Look Once using TensorFlow 2's Keras API implementation. I use the yolov1.cfg file to generate the model in Keras.

YOLO Architecture

Dependencies

All the packages used in this project are in the requirements.txt file. For example, you can use pip to install them in a virtual environment like so:

pip install -r requirements.txt

References

License

MIT License, check the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages