Skip to content

Commit 2c7cef5

Browse files
authored
Merge pull request #27 from AdaptiveMotorControlLab/MMathisLab-readme
Revise README with license badges and news updates
2 parents 3f4a19b + 8d841e1 commit 2c7cef5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
![Version](https://img.shields.io/badge/python_version-3.10-purple)
44
[![PyPI version](https://badge.fury.io/py/fmpose3d.svg?icon=si%3Apython)](https://badge.fury.io/py/fmpose3d)
5-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
5+
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/fmpose3d?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/fmpose3d)
66

7-
This is the official implementation of the approach described in the preprint:
7+
Code:[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8+
Models:[![License: NC](https://img.shields.io/badge/License-NC-red.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en)
89

9-
[**FMPose3D: monocular 3D pose estimation via flow matching**](https://arxiv.org/abs/2602.05755)
10+
This is the official implementation of the approach described in:
11+
12+
[**FMPose3D: monocular 3D pose estimation via flow matching**](https://arxiv.org/abs/2602.05755) **CVPR 2026**
1013
Ti Wang, Xiaohang Yu, Mackenzie Weygandt Mathis
1114

1215
<!-- <p align="center"><img src="./images/Frame 4.jpg" width="50%" alt="" /></p> -->
@@ -20,9 +23,9 @@ FMPose3D creates a 3D pose from a single 2D image. It leverages fast Flow Matchi
2023

2124

2225
## News!
23-
- Feb 21st, 2026: The FMPose3D paper was accepted to CVPR 2026! 🔥
26+
- [X] Feb 2026: The FMPose3D paper was accepted to CVPR 2026! 🔥
2427
- [X] Feb 2026: the FMPose3D code and our arXiv paper is released - check out the demos here or on our [project page](https://xiu-cs.github.io/FMPose3D/)
25-
- [ ] Planned: This method will be integrated into [DeepLabCut](https://www.mackenziemathislab.org/deeplabcut)
28+
- [X] March 2026: This method is integrated into [DeepLabCut](https://www.mackenziemathislab.org/deeplabcut)
2629

2730
## Installation
2831

@@ -113,9 +116,7 @@ For animal training/testing and demo scripts, see [animals/README.md](animals/RE
113116
title={FMPose3D: monocular 3D pose estimation via flow matching},
114117
author={Ti Wang and Xiaohang Yu and Mackenzie Weygandt Mathis},
115118
year={2026},
116-
eprint={2602.05755},
117-
archivePrefix={arXiv},
118-
primaryClass={cs.CV},
119+
journal={CVPR},
119120
url={https://arxiv.org/abs/2602.05755},
120121
}
121122
```

0 commit comments

Comments
 (0)