mirror of https://github.com/open-mmlab/mmpose
13 lines
462 B
Bash
13 lines
462 B
Bash
#!/bin/bash
|
|
# Copyright (c) OpenMMLab. All rights reserved.
|
|
|
|
INPUT_IMAGE=$1
|
|
|
|
python openpose_visualization.py \
|
|
../rtmpose/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \
|
|
models/rtmdet_nano_8xb32-100e_coco-obj365-person-05d8511e.pth \
|
|
../rtmpose/rtmpose/body_2d_keypoint/rtmpose-m_8xb256-420e_coco-256x192.py \
|
|
models/rtmpose-m_simcc-aic-coco_pt-aic-coco_420e-256x192-63eb25f7_20230126.pth \
|
|
--input $INPUT_IMAGE \
|
|
--device cuda:0 \
|