Update project header from FMPose to FMPose3D with Apache 2.0 license#3
Merged
MMathisLab merged 3 commits intomainfrom Feb 2, 2026
Merged
Update project header from FMPose to FMPose3D with Apache 2.0 license#3MMathisLab merged 3 commits intomainfrom
MMathisLab merged 3 commits intomainfrom
Conversation
- 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
Member
|
@copilot change after to be: |
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>
Author
MMathisLab
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebrand header docstrings to reflect project name change and licensing clarification.
Changes
Updated
fmpose/__init__.pyheader:FMPose:→FMPose3D: monocular"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.0Added
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
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.