Skip to content

Commit 2d89595

Browse files
committed
Add documentation header for FMPose3D in HRNet files
1 parent d4f33f3 commit 2d89595

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

fmpose3d/lib/hrnet/hrnet.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
"""
9+
110
"""
211
FMPose3D – clean HRNet 2D pose estimation API.
312

fmpose3d/models/fmpose3d/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
"""
9+
110
"""
211
FMPose3D model subpackage.
312
"""

0 commit comments

Comments
 (0)