Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 856 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 856 Bytes

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