Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 421 Bytes

YOLOv3 implementation in PyTorch and TensorFlow/Keras

This repo will go over how YOLOv3 works and we will implement it from scratch both in PyTorch and in TensorFlow/Keras

YOLOv3

This is how YOLOv3 works (include images, graphs, etc.)...

PyTorch

The implementation in PyTorch is explained here.

TensorFlow/Keras

The implementation in TensorFlow/Keras is explained here.