@@ -23,15 +23,15 @@ Take [onehand10k model](https://download.openmmlab.com/mmpose/hand/hrnetv2/hrnet
2323python demo/topdown_demo_with_mmdet.py \
2424    demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
2525    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
26-     configs/hand_2d_keypoint/rtmpose/hand_2d_keypoint /rtmpose-m_8xb32-210e_coco-wholebody-hand -256x256.py \
26+     configs/hand_2d_keypoint/rtmpose/hand5 /rtmpose-m_8xb256-210e_hand5 -256x256.py \
2727    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth \
2828    --input tests/data/onehand10k/9.jpg \
2929    --show --draw-heatmap
3030``` 
3131
3232Visualization result:
3333
34- <img  src =" https://user-images.githubusercontent. com/26127467/187664103-cfbe0c4e-5876-42f9-9023-5fb58ce00d7b.jpg  "  height =" 500px "  alt ><br >
34+ <img  src =" https://github. com/open-mmlab/mmpose/assets/ 26127467/3a2794cb-8071-4b9e-9498-c0bb46eb381e  "  height =" 500px "  alt ><br >
3535
3636If you use a heatmap-based model and set argument ` --draw-heatmap ` , the predicted heatmap will be visualized together with the keypoints.
3737
@@ -41,7 +41,7 @@ To save visualized results on disk:
4141python demo/topdown_demo_with_mmdet.py \
4242    demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
4343    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
44-     configs/hand_2d_keypoint/rtmpose/hand_2d_keypoint /rtmpose-m_8xb32-210e_coco-wholebody-hand -256x256.py \
44+     configs/hand_2d_keypoint/rtmpose/hand5 /rtmpose-m_8xb256-210e_hand5 -256x256.py \
4545    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth \
4646    --input tests/data/onehand10k/9.jpg \
4747    --output-root vis_results --show --draw-heatmap
@@ -55,7 +55,7 @@ To run demos on CPU:
5555python demo/topdown_demo_with_mmdet.py \
5656    demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
5757    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
58-     configs/hand_2d_keypoint/rtmpose/hand_2d_keypoint /rtmpose-m_8xb32-210e_coco-wholebody-hand -256x256.py \
58+     configs/hand_2d_keypoint/rtmpose/hand5 /rtmpose-m_8xb256-210e_hand5 -256x256.py \
5959    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth \
6060    --input tests/data/onehand10k/9.jpg \
6161    --show --draw-heatmap  --device cpu
@@ -69,13 +69,13 @@ Videos share the same interface with images. The difference is that the `${INPUT
6969python demo/topdown_demo_with_mmdet.py \
7070    demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
7171    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
72-     configs/hand_2d_keypoint/rtmpose/hand_2d_keypoint /rtmpose-m_8xb32-210e_coco-wholebody-hand -256x256.py \
72+     configs/hand_2d_keypoint/rtmpose/hand5 /rtmpose-m_8xb256-210e_hand5 -256x256.py \
7373    https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth \
74-     --input demo/resources/ < demo_hand.mp 4>  \
75-     --output-root vis_results --show --draw-heatmap 
74+     --input data/tests_data_nvgesture_sk_color.avi  \
75+     --output-root vis_results --kpt-thr 0.1 
7676``` 
7777
78- <img  src =" https://user-images.githubusercontent. com/26127467/187665873-3ac836ec-8da5-45e1-8d78-c0abe962bd5e.gif  "  height =" 500px "  alt ><br >
78+ <img  src =" https://github. com/open-mmlab/mmpose/assets/ 26127467/558e8211-d7ca-4e04-b690-6c455e805ed7  "  height =" 300px "  alt ><br >
7979
8080The original video can be downloaded from [ Github] ( https://raw.githubusercontent.com/open-mmlab/mmpose/master/tests/data/nvgesture/sk_color.avi ) .
8181
0 commit comments