Skip to content

Commit b314be8

Browse files
update README.md
1 parent 7e563ad commit b314be8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# YOLOv3-pytorch
22
A YOLOv3 model in pytorch0.4.1
3+
4+
usage:
5+
6+
python detect_one.py --image=images/dog-cycle-car.png --cuda
7+
8+
### Acknowledgements
9+
10+
[Original tech report of YOLOv3 by Joseph Redmon](https://pjreddie.com/media/files/papers/YOLOv3.pdf)
11+
12+
Inspired by [Ayoosh Kathuria](https://github.com/ayooshkathuria)'s amazing tutorial on YOLOv3 implementation in pytorch,
13+
14+
I transformed the model into caffe and implemented a simple [caffe-based yolov3 workflow](https://github.com/jasonlovescoding/YOLOv3-caffe).
15+
16+
This project is its pytorch adaptation.
17+
18+
The weight files can be downloaded from [YOLOv3-pytorch](https://download.csdn.net/download/jason_ranger/10654561).
19+
20+
For people outside China, you can download from googledrive [YOLOv3-pytorch](https://drive.google.com/open?id=1T3oDa5iUH-yJ3VltgqN9wiZNzXb9hAdX)
21+
22+
### Notes
23+
24+
A simplest YOLOv3 model in pytorch0.4.1
25+
26+
This is merely a practice project. I re-implemented the darknet file for readability and
27+
28+
make modification on the architecture for fine-tuning or transfer-learning easy, which is the main purpose of this project.

0 commit comments

Comments
 (0)