Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjr92 authored Feb 22, 2021
1 parent d5fcbc0 commit 958d489
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions examples/app_tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Quick Start
TensorLayer Implementation of [YOLOv4: Optimal Speed and Accuracy of Object Detection][1]

TensorLayer Implementation of [Optimizing Network Structure for 3D Human Pose Estimation][2](ICCV2019)

## YOLOv4
Expand Down Expand Up @@ -31,20 +32,25 @@ ${root}/examples
### demo

1. Image

Modify `image_path` in `./examples/app_tutorials/tutorial_object_detection_yolov4_image.py` according to your demand, then
```bash

```bash
python tutorial_object_detection_yolov4_image.py
```
```
2. Video
Modify `video_path` in `./examples/app_tutorials/tutorial_object_detection_yolov4_video.py` according to your demand, then

Modify `video_path` in `./examples/app_tutorials/tutorial_object_detection_yolov4_video.py` according to your demand, then

```bash
python tutorial_object_detection_yolov4_video.py
python tutorial_object_detection_yolov4_video.py
```
3. Output

-Image

<p align="center"><img src="../../docs/images/yolov4_image_result.png" width="640"\></p>

-Video

<p align="center"><img src="../../docs/images/yolov4_video_result.gif" width="640"\></p>
Expand Down Expand Up @@ -102,4 +108,4 @@ We would like to thank the authors for publishing their code.
[3]:https://pan.baidu.com/s/1MC1dmEwpxsdgHO1MZ8fYRQ
[4]:https://pan.baidu.com/s/1HBHWsAfyAlNaavw0iyUmUQ
[5]:https://pan.baidu.com/s/1nA96AgMsvs1sFqkTs7Dfaw
[6]:https://github.com/rujiewu/pose_lcn
[6]:https://github.com/rujiewu/pose_lcn

0 comments on commit 958d489

Please sign in to comment.