Skip to content

Commit 3d1253a

Browse files
committed
add header
1 parent e122e51 commit 3d1253a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fmpose3d/utils/weights.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
"""Shared helpers for resolving / downloading FMPose3D model weights."""
211

312
HF_REPO_ID: str = "deruyter92/fmpose_temp"

0 commit comments

Comments
 (0)