Skip to content

aka-vm/YOLO-V3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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