In this repository, an implementation of YOLO-V3 is provided. The implementation is based on the paper YOLO-V3: An Incremental Improvement by Joseph Redmon, Ali Farhadi.
The training datasets used are the COCO 2017 dataset and the VOC 2007 dataset. I've used the kaggle datasets for both of these datasets provided by Aladdin Persson. The links to the datasets are as follows:
Syntax | Progress |
---|---|
TensorFlow Implimentation | 🟡 |
Pytorch Implimentation | ✅ |