-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Extracting human36 parsed images #131
Comments
Additionally, do I need all the images.tar.gzaa files to run test.py? |
Download all tar.gz* and run sh extract_targz.sh |
Hi, I downloaded all the files and ran all the data. Still some folders required for testing are missing. Like s_11_act_06_subact_02_ca_02. Is it possible to just share the parsed data of subjects 9 and 11? Else how to proceed? Thanks |
I think you didn't download properly.
|
Hi, I re-downloaded everything, ran md5sum and ran the script. Still the error that some images are missing keeps occuring. Is there: |
I've just downloaded and checked there is no problem. I can see s_11_act_06_subact_02_ca_02. |
Yes, I am working on windows (WSL). The data is unzipped to an external hardisk as I dont have that much space on my laptop. For example, how many times I run the extract code, the folder s09_act_02_subact_01_01 is never unzipped |
I guess that is the problem. I have seen some guys fail to unzip data with Window. Do you have any linux machines? |
I have windows subsystem for linux but the space is not sufficient. Is there anyway to make it work on a windows system? |
sorry I have no window machine, so I can't do any test.. |
I run the command in Linux. but it still return wrong. The files download saved in the harddisk: |
Please do not change the filenames. |
Hello,
I am trying to extract the parsed images of human36m. I could only get images.tar.gzaa to work the sh command. But I get the following error:
gzip: stdin: unexpected end of file
images/s_05_act_06_subact_01_ca_02/s_05_act_06_subact_01_ca_02_000871.jpg
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Which results in the following error when I run test.py:
OSError: Fail to read ../data/Human36M/images/s_09_act_02_subact_01_ca_01/s_09_act_02_subact_01_ca_01_000001.jpg
How do I fix this?
The text was updated successfully, but these errors were encountered: