kristijanbartol / general-3d-humans

[CVPR 2022 Oral] Generalizable Human Pose Triangulation
MIT License
61 stars 2 forks source link

Release main scripts #1

Closed quqixun closed 2 years ago

quqixun commented 2 years ago

When will you release main scripts for training, inference, and evaluation ?

kristijanbartol commented 2 years ago

Thank you for pinging me about it, I was postponing it for too long. I will do it by the end of the week (tomorrow), there isn't much work to do.

Hi @quqixun , I updated and verified the src/learn_pose.py script. I tried to train and evaluate the model using the arguments provided in an updated README.md. I will have more updates by the end of the week, but now training and evaluation should work. Please note that this is my first standalone repository, so I will probably need a few more iterations to make it more intuitive for other users. Feel free to reach out for any issues with training/evaluation!

P.S. I expect to add the following by the end of the week:

The inference based on previously extracted 2D keypoints and known camera parameters will be supported this week. It would be very useful to also support inference directly from images, as well as using unknown camera parameters - I will have to do it next week (see #2 ).

Update: I'm sorry, I will have to postpone the inference completely for next week.

Update: DONE.