Skip to content

Update project header from FMPose to FMPose3D with Apache 2.0 license#3

Merged
MMathisLab merged 3 commits intomainfrom
copilot/change-header-in-code
Feb 2, 2026
Merged

Update project header from FMPose to FMPose3D with Apache 2.0 license#3
MMathisLab merged 3 commits intomainfrom
copilot/change-header-in-code

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 2, 2026

Rebrand header docstrings to reflect project name change and licensing clarification.

Changes

  • Updated fmpose/__init__.py header:

    • FMPose:FMPose3D: monocular
    • Paper title reference: "FMPose: 3D Pose Estimation via Flow Matching""FMPose3D: monocular 3D Pose Estimation via Flow Matching"
    • Accepted by IEEE Transactions on Multimedia (TMM), 2025.Licensed under Apache 2.0
  • Added scripts/update_headers.py: Automation script to find and replace headers across all Python files in the repository. Searches for exact old header pattern and replaces with new format.

  • Added .gitignore: Standard Python exclusions for cache and build artifacts.

Before/After

# Before
"""
FMPose: 3D Pose Estimation via Flow Matching

Official implementation of the paper:
"FMPose: 3D Pose Estimation via Flow Matching"
by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
Accepted by IEEE Transactions on Multimedia (TMM), 2025.
"""

# After
"""
FMPose3D: monocular 3D Pose Estimation via Flow Matching

Official implementation of the paper:
"FMPose3D: monocular 3D Pose Estimation via Flow Matching"
by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
Licensed under Apache 2.0
"""
Original prompt

This section details on the original issue you should resolve

<issue_title>change header in code</issue_title>
<issue_description>from

"""
FMPose: 3D Pose Estimation via Flow Matching

Official implementation of the paper:
"FMPose: 3D Pose Estimation via Flow Matching"
by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
Accepted by IEEE Transactions on Multimedia (TMM), 2025.
"""

to:

"""
FMPose3D: monocular 3D Pose Estimation via Flow Matching

Official implementation of the paper:
"FMPose: 3D Pose Estimation via Flow Matching"
by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
Licensed under Apache 2.0
"""</issue_description>

<agent_instructions>please make a script to automate changing of all file headers</agent_instructions>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Changed header in fmpose/__init__.py from 'FMPose' to 'FMPose3D: monocular'
- Changed 'Accepted by IEEE Transactions...' to 'Licensed under Apache 2.0'
- Added update_headers.py script to automate header changes
- Added .gitignore to exclude Python cache files

Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
Copilot AI changed the title [WIP] Update header for code documentation Update project header from FMPose to FMPose3D with Apache 2.0 license Feb 2, 2026
Copilot AI requested a review from MMathisLab February 2, 2026 13:56
@MMathisLab
Copy link
Copy Markdown
Member

@copilot change after to be:

Official implementation of the paper:
"FMPose3D: monocular 3D Pose Estimation via Flow Matching"
by Ti Wang, Xiaohang Yu, and Mackenzie Weygandt Mathis
Licensed under Apache 2.0

Changed paper reference from "FMPose: 3D Pose Estimation via Flow Matching" to "FMPose3D: monocular 3D Pose Estimation via Flow Matching" to match the new project branding

Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
Copy link
Copy Markdown
Author

Copilot AI commented Feb 2, 2026

@copilot change after to be:

Official implementation of the paper:

...

Updated the paper title in the header to "FMPose3D: monocular 3D Pose Estimation via Flow Matching" in commit c0caea0.

@MMathisLab MMathisLab marked this pull request as ready for review February 2, 2026 14:08
Copilot AI requested a review from MMathisLab February 2, 2026 14:09
@MMathisLab MMathisLab merged commit 87c3f9e into main Feb 2, 2026
3 checks passed
@MMathisLab MMathisLab deleted the copilot/change-header-in-code branch February 2, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

change header in code

2 participants