Skip to content

Commit fea9ea6

Browse files
committed
add missing header
1 parent b8d04de commit fea9ea6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tests/test_fmpose3d.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
"""Tests for fmpose3d/fmpose3d.py — the high-level 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+
9+
Tests for fmpose3d/fmpose3d.py — the high-level inference API.
210
311
Organised into:
412
* Unit tests for individual components (no pretrained weights needed).

0 commit comments

Comments
 (0)