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

[PR] Implement post-process of 3d pose estimation (SimpleBaseline) #66

Merged
merged 4 commits into from Mar 17, 2021

Conversation

tucan9389
Copy link
Owner

@tucan9389 tucan9389 commented Feb 28, 2021

demo
simplebaseline-3dpose-demo-stillimage

Related Issue

PR Points

  • Implement the pre-process
    • Image normalization using in PyTorch usually
  • Implement the post-process
    • Define the keypoints each index
    • Implement softmax
    • Implement sum function that could get dim as augment like numpy or pytorch
    • Optimize sum and mul with Accelerate framework
  • Log the 3d points
  • Draw the 3d points in the app screen
  • Support real-time (later)
  • Implement additional post-processing for removing some noises (later)

@tucan9389 tucan9389 self-assigned this Feb 28, 2021
@tucan9389
Copy link
Owner Author

Currently, the output of the post-processing is incorrect now. I'm asking the post-processing method to the model engineer now.

@tucan9389
Copy link
Owner Author

tucan9389 commented Mar 12, 2021

I implemented the 3d pose estimation post-processing now. I fixed the original argmax to softargmax.

@tucan9389 tucan9389 merged commit c31d8dd into master Mar 17, 2021
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.

None yet

1 participant