Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.22 KB

Readme.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

YOLO-V3 Implimentation

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.

Training Datasets

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:

Progress Table

Syntax Progress
TensorFlow Implimentation 🟡
Pytorch Implimentation