Skip to content

Youngsiii/YOLOv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3

This is a PyTorch implementation of YOLOv3 from scratch. You can download the VOC dataset from here. The pretrained weights on Pascal-VOC is available here (you can just download the weights file).

Detected images

0.jpg 1.jpg 2.jpg 3.jpg

4.jpg 5.jpg 6.jpg 7.jpg

YOLOv3 architecture

YOLOv3