mmpose

本文档介绍了如何利用MMPose进行全身关键点检测。在开始之前,需要安装mmcv-full和mmdet。可以分别通过pip安装mmcv和mmcv-full。详细步骤参考mmdetection的官方指南。完成安装后,可以查看MMPose提供的预训练模型进行测试。

https://mmpose.readthedocs.io/en/latest/demo.html`
要进行全身关键点推断,

python demo/top_down_img_demo_with_mmdet.py \
    demo/mmdetection_cfg/faster_rcnn_r50_fpn_1x_coco.py \
    http://download.openmmlab.com/mmdetection/v2.0/faster_rcnn/faster_rcnn_r50_fpn_1x_coco/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth \
    configs/top_down/hrnet/coco/hrnet_w48_coco_256x192.py \
    https://download.openmmlab.com/mmpose/top_down/hrnet/hrnet_w48_coco_256x192-b9e0b3ab_20200708.pth \
    --img-root tests/data/coco/ \
    --img middle_1056.jpg \
    --out-img-root vis_results

还需要安装mmcv-full,mmdet (mmdetection)
https://github.com/open-mmlab/mmcv#install-with-pip
mmcv:
->
pip install mmcv
pip install mmcv-full

https://github.com/open-mmlab/mmdetection
->

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值