Skip to content

Commit

Permalink
Remove run_*.py from tf_pose package
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdwkimdw committed Jun 4, 2018
1 parent 9cccb12 commit c789ecb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ bash download.sh
You can test the inference feature with a single image.

```
$ python3 tf_pose/run.py --model=mobilenet_thin --resize=432x368 --image=./images/p1.jpg
$ python run.py --model=mobilenet_thin --resize=432x368 --image=./images/p1.jpg
```

The image flag MUST be relative to the src folder with no "~", i.e:
Expand All @@ -139,7 +139,7 @@ Then you will see the screen as below with pafmap, heatmap, result and etc.
### Realtime Webcam

```
$ python tf_pose/run_webcam.py --model=mobilenet_thin --resize=432x368 --camera=0
$ python run_webcam.py --model=mobilenet_thin --resize=432x368 --camera=0
```

Then you will see the realtime webcam screen with estimated poses as below. This [Realtime Result](./etcs/openpose_macbook13_mobilenet2.gif) was recored on macbook pro 13" with 3.1Ghz Dual-Core CPU.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c789ecb

Please sign in to comment.