We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eb6a8 commit c56c2b5Copy full SHA for c56c2b5
2 files changed
tests/fmpose3d_api/__init__.py
@@ -0,0 +1,8 @@
1
+"""
2
+FMPose3D: monocular 3D Pose Estimation via Flow Matching
3
+
4
+Official implementation of the paper:
5
+"FMPose3D: monocular 3D Pose Estimation via Flow Matching"
6
+by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
7
+Licensed under Apache 2.0
8
tests/fmpose3d_api/conftest.py
@@ -1,4 +1,11 @@
"""
9
Shared fixtures, markers, and skip-helpers for the ``fmpose3d_api`` test suite.
10
11
Skip logic
0 commit comments