From e76b696ffdbe4ee5bc3af5664a32cd082049b280 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Sun, 4 Aug 2024 00:01:02 +0200 Subject: [PATCH] To-do: RTMW3D for monocular 3D kinematics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9608c1..e538bfb 100644 --- a/README.md +++ b/README.md @@ -849,6 +849,7 @@ You will be proposed a to-do list, but please feel absolutely free to propose yo ✔ **Pose:** Define custom model in config.toml rather than in skeletons.py. ✔ **Pose:** Integrate pose estimation within Pose2Sim (via RTMlib). ▢ **Pose:** Support [MMPose](https://github.com/open-mmlab/mmpose), [SLEAP](https://sleap.ai/), etc. +▢ **Pose:** Implement [RTMPoseW3D](https://github.com/open-mmlab/mmpose/tree/main/projects/rtmpose3d) and monocular 3D kinematics ▢ **Pose:** Directly reading from DeepLabCut .csv or .h5 files instead of converting to .json (triangulation, person association, calibration, synchronization...) ▢ **Pose:** GUI help for DeepLabCut model creation.