Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.27 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.27 KB

YOLO v3 PyTorch Implementation

I made this repo to implement YOLO Version 3 in PyTorch for research purpose. In this repo, I will use PASCAL VOC dataset to train the network. To built this repo, I exploring another repo that implement yolov3 in pytorch. I use some of the other repo code and modified what is fit into my repo.

Table of Content

Code of Inspiration

In order to built this repo, I had to explore yolo v3 implementation in pytorch from github and other sources. And these are the list for github repositories or articles that I've read in order to built this repo:

Github Repositories

Articles Link

Paper

Prepare Repo

Download Dataset

Download Weight

Inference

Train

Test

Credit

@article{yolov3,
  title={YOLOv3: An Incremental Improvement},
  author={Redmon, Joseph and Farhadi, Ali},
  journal = {arXiv},
  year={2018}
}