File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Quick Start
22TensorLayer Implementation of [ YOLOv4: Optimal Speed and Accuracy of Object Detection] [ 1 ]
3+
34TensorLayer Implementation of [ Optimizing Network Structure for 3D Human Pose Estimation] [ 2 ] (ICCV2019)
45
56## YOLOv4
@@ -31,20 +32,25 @@ ${root}/examples
3132### demo
3233
33341 . Image
35+
3436 Modify ` image_path ` in ` ./examples/app_tutorials/tutorial_object_detection_yolov4_image.py ` according to your demand, then
35- ``` bash
37+
38+ ``` bash
3639python tutorial_object_detection_yolov4_image.py
37- ```
40+ ```
38412 . Video
39- Modify ` video_path ` in ` ./examples/app_tutorials/tutorial_object_detection_yolov4_video.py ` according to your demand, then
42+
43+ Modify ` video_path ` in ` ./examples/app_tutorials/tutorial_object_detection_yolov4_video.py ` according to your demand, then
4044
4145``` bash
42- python tutorial_object_detection_yolov4_video.py
46+ python tutorial_object_detection_yolov4_video.py
4347```
44483 . Output
49+
4550 -Image
4651
4752 <p align =" center " ><img src =" ../../docs/images/yolov4_image_result.png " width =" 640 " \ ></p >
53+
4854 -Video
4955
5056 <p align =" center " ><img src =" ../../docs/images/yolov4_video_result.gif " width =" 640 " \ ></p >
@@ -102,4 +108,4 @@ We would like to thank the authors for publishing their code.
102108[ 3 ] :https://pan.baidu.com/s/1MC1dmEwpxsdgHO1MZ8fYRQ
103109[ 4 ] :https://pan.baidu.com/s/1HBHWsAfyAlNaavw0iyUmUQ
104110[ 5 ] :https://pan.baidu.com/s/1nA96AgMsvs1sFqkTs7Dfaw
105- [ 6 ] :https://github.com/rujiewu/pose_lcn
111+ [ 6 ] :https://github.com/rujiewu/pose_lcn
You can’t perform that action at this time.
0 commit comments