本文主要是介绍mmpose 使用笔记,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
目录
自己整理的可以跑通的代码:
图片demo:
检测加关键点
自己整理的可以跑通的代码:
最强姿态模型 mmpose 使用实例-CSDN博客
图片demo:
python demo/image_demo.py \tests/data/coco/000000000785.jpg \configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-256x192.py \https://download.openmmlab.com/mmpose/top_down/hrnet/hrnet_w48_coco_256x192-b9e0b3ab_20200708.pth \--out-file vis_results.jpg \--draw-heatmap \--device=cpu
检测加关键点
python demo/topdown_demo_with_mmdet.py \demo/mmdetection_cfg/rtmdet_m_640-8xb32_coco-person.py \https://download.openmmlab.com/mmpose/v1/projects/rtmpose/rtmdet_m_8xb32-100e_coco-obj365-person-235e8209.pth \configs/body_2d_keypoint/rtmpose/body8/rtmpose-m_8xb256-420e_body8-256x192.py \https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-body7_pt-body7_420e-256x192-e48f03d0_20230504.pth \--input tests/data/coco/000000197388.jpg --show --draw-heatmap \--output-root vis_results/
这篇关于mmpose 使用笔记的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!