To-do: RTMW3D for monocular 3D kinematics

This commit is contained in:
David PAGNON 2024-08-04 00:01:02 +02:00 committed by GitHub
parent 676c6825fb
commit e76b696ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:** Define custom model in config.toml rather than in skeletons.py.
✔ **Pose:** Integrate pose estimation within Pose2Sim (via RTMlib). ✔ **Pose:** Integrate pose estimation within Pose2Sim (via RTMlib).
▢ **Pose:** Support [MMPose](https://github.com/open-mmlab/mmpose), [SLEAP](https://sleap.ai/), etc. ▢ **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:** 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. ▢ **Pose:** GUI help for DeepLabCut model creation.