una-dinosauria / 3d-pose-baseline

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
MIT License
1.41k stars 355 forks source link

Failed to find h36m data #172

Closed ShuangjunLiu closed 3 years ago

ShuangjunLiu commented 4 years ago

I followed the readme yet failed to find the link to get the data. Could you show me where to get them?

ykamikawa commented 4 years ago

I have the same problem.

Uijeong97 commented 4 years ago

It's written in ReadMe

We are in the process of putting together a tutorial to prepare the data for this code. Please check back soon for an update.

Maybe they haven't updated yet.

bsridatta commented 4 years ago

You can only get the dataset from http://vision.imar.ro/human3.6m/description.php but I have registered and requested for the data around 3 months back but never got it.

fweidner commented 4 years ago

@bsridatta Maybe try it again - I requested the set a few weeks ago and got a positive answer within a few days.

bsridatta commented 4 years ago

Cool, thanks for letting me know

una-dinosauria commented 3 years ago

Hi all,

I've started working on a branch that reads the data on the format available directly on the website: https://github.com/una-dinosauria/3d-pose-baseline/tree/cdf. Please see the README on that branch and let me know if you have any comments. I'm only missing generating the cameras.h5 file. Should be done soon.

Cheers,

una-dinosauria commented 3 years ago

The merge is now complete. Please reopen if you still have issues.