Skip to content

Commit 3eb4940

Browse files
committed
fix 3d demo doc
1 parent e56dc9f commit 3eb4940

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

demo/docs/en/3d_human_pose_demo.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,16 @@ https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_
6464
During 2D pose detection, for multi-frame inference that rely on extra frames to get the final results of the current frame, try this:
6565

6666
```shell
67-
python demo/body3d_pose_lifter_demo.py \
68-
python demo/body3d_pose_lifter_demo.py \
67+
python demo/body3d_pose_lifter_demo.py \
6968
demo/mmdetection_cfg/rtmdet_m_640-8xb32_coco-person.py \
7069
https://download.openmmlab.com/mmpose/v1/projects/rtmpose/rtmdet_m_8xb32-100e_coco-obj365-person-235e8209.pth \
7170
configs/body_2d_keypoint/rtmpose/body8/rtmpose-m_8xb256-420e_body8-256x192.py \
7271
https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-body7_pt-body7_420e-256x192-e48f03d0_20230504.pth \
7372
configs/body_3d_keypoint/pose_lift/h36m/pose-lift_videopose3d-243frm-supv-cpn-ft_8xb128-200e_h36m.py \
74-
https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth \
73+
https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth \
7574
--input https://user-images.githubusercontent.com/87690686/164970135-b14e424c-765a-4180-9bc8-fa8d6abc5510.mp4 \
76-
--output-root vis_results \
77-
--use-multi-frames --online
75+
--output-root vis_results \
76+
--use-multi-frames --online
7877
```
7978

8079
### 3D Human Pose Demo with Inferencer

0 commit comments

Comments
 (0)