Skip to content

jasonlovescoding/YOLOv3-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3-pytorch

A YOLOv3 model in pytorch0.4.1

usage:

python detect_one.py --image=images/dog-cycle-car.png --cuda

Acknowledgements

Original tech report of YOLOv3 by Joseph Redmon

Inspired by Ayoosh Kathuria's amazing tutorial on YOLOv3 implementation in pytorch,

I transformed the model into caffe and implemented a simple caffe-based yolov3 workflow.

This project is its pytorch adaptation.

The weight files can be downloaded from YOLOv3-pytorch.

For people outside China, you can download from googledrive YOLOv3-pytorch

Notes

A simplest YOLOv3 model in pytorch0.4.1

This is merely a practice project. I re-implemented the darknet file for readability and

make modification on the architecture for fine-tuning or transfer-learning easy, which is the main purpose of this project.

About

A YOLOv3 model in pytorch0.4.1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages