Skip to content

Commit 6648027

Browse files
Added 3d doc
1 parent 8300018 commit 6648027

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

doc/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ This command provides the most accurate results we have been able to achieve for
213213
:: Windows - Demo
214214
bin\OpenPoseDemo.exe --net_resolution "1312x736" --scale_number 4 --scale_gap 0.25 --hand --hand_scale_number 6 --hand_scale_range 0.4 --face
215215
```
216+
```
216217
:: Windows - Library
217218
windows\x64\Release\OpenPoseDemo.exe --net_resolution "1312x736" --scale_number 4 --scale_gap 0.25 --hand --hand_scale_number 6 --hand_scale_range 0.4 --face
218219
```

doc/media/openpose3d.png

1.24 MB
Loading

doc/openpose_3d_reconstruction_demo.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,11 @@ LIBS += -DNDEBUG -O3 -march=native
110110
LIBS += -Wpedantic -Wall -Wextra -Wfatal-errors
111111
```
112112
10. If you find any error/difference, feel free to add a pull request to help other users.
113+
114+
115+
116+
## Expected Visual Results
117+
The visual GUI should show 3 screens, the Windows command line or Ubuntu bash terminal, the different cameras 2-D keypoint estimations, and the final 3-D reconstruction, similarly to the following image:
118+
<p align="center">
119+
<img src="media/openpose3d.png", width="720">
120+
</p>

0 commit comments

Comments
 (0)