Skip to content
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

PoseFlow : Posetrack Dataset decompression error #38

Closed
gregoireandre opened this issue Mar 23, 2018 · 2 comments
Closed

PoseFlow : Posetrack Dataset decompression error #38

gregoireandre opened this issue Mar 23, 2018 · 2 comments

Comments

@gregoireandre
Copy link

Hello,

First of all thank you for sharing your implementation which seems really promising ! I tried to install following the Readme instructions but when I try to download the data from posetrack using :
cat .tar | tar -xvf - -i
I run into an error ..
It seems that some images are corrupted and so the decompression fails.
Did you have similar problems during decompression of the dataset ? If so how did you solve the problem ?
Finally, is it necessary to download the whole posetrack dataset or only specific batch ? Would it be possible to add those informations in the Readme ?

Thank you again for sharing your work,

Cheers

@gregoireandre gregoireandre changed the title Posetrack Dataset decompression error PoseFlow : Posetrack Dataset decompression error Mar 23, 2018
@YuliangXiu
Copy link
Collaborator

YuliangXiu commented Mar 23, 2018

Hi @gregoireandre
You can see #35 . There are 8 tar files in total. You need to download all of them and then use cat *.tar* | tar -xvf - -i for decompression.

If it still does not work, you can add sudo in front of this command and try again.

@YuliangXiu
Copy link
Collaborator

@gregoireandre Can you decompress these tar files successfully now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants