laurabragagnolo / human3.6m-occluded

4 stars 0 forks source link

Training code and pretrained weights #1

Closed anas-zafar closed 3 months ago

anas-zafar commented 3 months ago

Great work! Looking forward to the pretrained weights and training code to test it out. Thanks

laurabragagnolo commented 3 months ago

Hello Anas! Thank you for checking out our work! This repo is meant for the generation of the Human3.6M-Occluded benchmark that we use in our paper. You can already find all the related code.

For 3D pose estimation, we start off with an absolute human pose estimation algorithm (Metrabs in our experiments) and then we perform 3D joint fusion and reprojection-based optimization. Hence, for training code and weights please refer to this repo.

I plan to make fusion and optimization code available soon :)