Skip to content

PyTorch implementation of YOLO v3 (inference only)

Notifications You must be signed in to change notification settings

mike9251/yolov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolov3

PyTorch implementation of YOLO v3 (inference only)

The implementation is built following this guide https://blog.paperspace.com/tag/series-yolo/

Get YOLO v3 weights: wget https://pjreddie.com/media/files/yolov3.weights

Get YOLO v3 Tiny weights: wget https://pjreddie.com/media/files/yolov3-tiny.weights

About

PyTorch implementation of YOLO v3 (inference only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages