File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# YOLOv3-pytorch
2
2
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.
You can’t perform that action at this time.
0 commit comments