We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Ok after doing a bit more research, there's two main parts we need to implement 1: Stacked Hourglass Network for 2D Pose Prediction (arxiv.org/abs/1603.06937) Key takeaways can be found here: https://github.com/aleju/papers/blob/master/neural-nets/Stacked_Hourglass_Networks_for_Human_Pose_Estimation.md
Train on MPII: http://human-pose.mpi-inf.mpg.de/ Batch norm, single hourglass, RMSProp
2: Simple Linear NN with Batch Norm and Dropout following the work here (https://github.com/una-dinosauria/3d-pose-baseline)
Sorry, something went wrong.
@jackyzha0 Thanks so much for digging into this! It sounds pretty doable to me, what do you think?
@SophieMBerger definitely doable :)) I've started implementing the stacked hourglass model in Keras and I'll put up a PR once ive made some progress
jackyzha0
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: