Instructions to use Xenova/RTMO-m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/RTMO-m with Transformers.js:
// ⚠️ Unknown pipeline tag
| { | |
| "model_type": "rtmo", | |
| "id2label": { | |
| "0": "nose", | |
| "1": "left_eye", | |
| "2": "right_eye", | |
| "3": "left_ear", | |
| "4": "right_ear", | |
| "5": "left_shoulder", | |
| "6": "right_shoulder", | |
| "7": "left_elbow", | |
| "8": "right_elbow", | |
| "9": "left_wrist", | |
| "10": "right_wrist", | |
| "11": "left_hip", | |
| "12": "right_hip", | |
| "13": "left_knee", | |
| "14": "right_knee", | |
| "15": "left_ankle", | |
| "16": "right_ankle" | |
| }, | |
| "label2id": { | |
| "nose": 0, | |
| "left_eye": 1, | |
| "right_eye": 2, | |
| "left_ear": 3, | |
| "right_ear": 4, | |
| "left_shoulder": 5, | |
| "right_shoulder": 6, | |
| "left_elbow": 7, | |
| "right_elbow": 8, | |
| "left_wrist": 9, | |
| "right_wrist": 10, | |
| "left_hip": 11, | |
| "right_hip": 12, | |
| "left_knee": 13, | |
| "right_knee": 14, | |
| "left_ankle": 15, | |
| "right_ankle": 16 | |
| } | |
| } |