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

When the tutorial to prepare the data is released? #174

Closed Uijeong97 closed 3 years ago

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.

when the tutorial to prepare the data is released?

ben-xD commented 4 years ago

Why was the previous link removed in favor of a "in progress" message?

I think those looking for Human3.6M dataset in 3d points as previously provided by them, is here https://github.com/una-dinosauria/3d-pose-baseline/commit/ea8bb79836e5c4f9afe33f4b9dfd4cab072f11c3

EDIT: Oh no, the link does not work as it has been taken down. (404 error on dropbox)

una-dinosauria commented 4 years ago

Hi! Sorry, it was brought to my attention that, according to the licensing terms, I am not able to re-distribute the dataset. You would have to obtain the data from the original authors at http://vision.imar.ro/human3.6m/description.php.

My goal is to eventually make a script that reproduces the dataset as it was originally provided in my repo, but I haven't had much time to do that :(

Uijeong97 commented 4 years ago

Oh, Thanks for the reply. Fortunately, I happened to find the dataset, checking the issues. So now, I don't need it urgently.

Anyway, I'll wait for it! Thx :-)

vra commented 4 years ago

Hi @una-dinosauria , can you give some hints about how to get subaction from a file name like Walking 1.58860488.h5? Thanks

Adilrn commented 3 years ago

@Uijeong97 when you got access to h36m dataset, what data have you downloaded exactly and how were you able to use it with this repository?

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,

vra commented 3 years ago

Thanks for working on this project after 3 years of initial release 👍

una-dinosauria commented 3 years ago

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