Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy in MPJPE Improvement with PoseAug Model #56

Open
padmakshmcw opened this issue Oct 22, 2024 · 1 comment
Open

Discrepancy in MPJPE Improvement with PoseAug Model #56

padmakshmcw opened this issue Oct 22, 2024 · 1 comment

Comments

@padmakshmcw
Copy link

padmakshmcw commented Oct 22, 2024

I am currently training on the PoseAug model and have encountered an issue regarding the expected accuracy improvement. My base model yields a Mean Per Joint Position Error (MPJPE) of 31.97 mm, while the PoseAug model is producing an MPJPE of 30.71 mm. However, the repository mentions an expected improvement of at least 4 mm.

Input Details:
I am using videos from 100 different people walking in various styles, and also videos consist of the same person's with different walks (normal walk, fast walk, forward and backward in both directions).
PoseAug Input:
ViTPose 2D output and 3D ground truth values.
Configuration:
I have kept other configurations as they are in the repository.
The only changes I made in the code involve modifying the data loader and adding an epsilon value wherever division occurs.

Questions:

Could you provide any insights on why the model is not converging as expected?
Are there specific adjustments or additional data types that might help improve the accuracy further?

Thank you for your help!

@Garfield-kh
Copy link
Collaborator

Hi thank you for the interest, as you mentioned "videos consist of the same person", you may try train a model focus on this only person, this will improve the acc.
You can ref to "data_extra/bone_length_npy/hm36s15678_bl_templates.npy", change all the 3D/2D data and augmented data with your person's bone length.

hope this helps~

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

No branches or pull requests

2 participants