Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add RTMPose3D-Wholebody #3037

Open
wants to merge 16 commits into
base: dev-1.x
Choose a base branch
from
Prev Previous commit
Next Next commit
--update=update results
  • Loading branch information
xiexinch committed Jun 26, 2024
commit e35ff2376286e999c0efa4eb1907a6fa7d87bb1d
2 changes: 1 addition & 1 deletion projects/rtmpose3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RTMPose3D is a toolkit for real-time 3D pose estimation. It is based on the RTMP
| Model | AP on COCO-Wholebody | MPJPE on H3WB | Download |
| :--------------------------------------------------------- | :------------------: | :-----------: | :-----------------------------------------------------------------------------------------------------------: |
| [RTMW3D-L](./configs/rtmw3d-l_8xb64_cocktail14-384x288.py) | 0.678 | 0.052 | [ckpt](https://download.openmmlab.com/mmpose/v1/projects/rtmo/rtmo-s_8xb32-600e_coco-640x640-8db55a59_20231211.pth) |
| [RTMW3D-X](./configs/rtmw3d-x_8xb32_cocktail14-384x288.py) | 0.687 | 0.056 | [ckpt](https://download.openmmlab.com/mmpose/v1/projects/rtmo/rtmo-s_8xb32-600e_coco-640x640-8db55a59_20231211.pth) |
| [RTMW3D-X](./configs/rtmw3d-x_8xb32_cocktail14-384x288.py) | 0.680 | 0.052 | [ckpt](https://download.openmmlab.com/mmpose/v1/projects/rtmo/rtmo-s_8xb32-600e_coco-640x640-8db55a59_20231211.pth) |

## Usage

Expand Down
Loading