mmpose/projects/rtmpose/examples
Tau 2a732e81eb
[Doc] Add rtmlib examples
2024-01-12 16:59:10 +08:00
..
PoseTracker-Android-Prototype [Docs] add RTMPose Android demo (#2387) 2023-05-22 17:17:31 +08:00
RTMPose-Deploy [Feature] RTMPose TensorRT Deployment - C++ Pre and Post-processing Code Example (#2397) 2023-05-26 19:01:22 +08:00
onnxruntime [Fix] Let RTMPose onnxruntime example support 17 keypoints model (#2756) 2023-12-22 16:33:35 +08:00
rtmlib [Doc] Add rtmlib examples 2024-01-12 16:59:10 +08:00
README.md [Doc] Add rtmlib examples 2024-01-12 16:59:10 +08:00

README.md

List of examples

1. RTMPose-Deploy

RTMPose-Deploy is a C++ code example for RTMPose localized deployment.

2. RTMPose inference with ONNXRuntime (Python)

This example shows how to run RTMPose inference with ONNXRuntime in Python.

3. PoseTracker Android Demo

PoseTracker Android Demo Prototype based on mmdeploy.

4. rtmlib

rtmlib is a super lightweight library to conduct pose estimation based on RTMPose models WITHOUT any dependencies like mmcv, mmpose, mmdet, etc.