Skip to content

Commit 49ae00e

Browse files
committed
update header
1 parent 9cbf7ca commit 49ae00e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

fmpose3d/inference_api/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
"""FMPose3D inference API."""
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+
"""
29

310
from .fmpose3d import (
411
FMPose3DInference,

0 commit comments

Comments
 (0)