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

Corrupted tar archive #27

Closed
AlexLacour opened this issue Jul 16, 2020 · 2 comments
Closed

Corrupted tar archive #27

AlexLacour opened this issue Jul 16, 2020 · 2 comments

Comments

@AlexLacour
Copy link

Hello,
Although the name of the issue is self-explanatory, I'll add a few details here :

  • The archive is 806MB, that seems a bit large, especially when the pth file of a trained retina net is less than 200MB
  • The file can't be opened, which is a shame, I'd love to replicate your results :)

I hope you will be able to help, have a nice day !

@salihkaragoz
Copy link
Owner

Hello there,

I checked the model link on the README page, it's working. Please check again. I'm adding a WGET link you can also try.

Besides that, this repo doesn't include the Retinanet part of the paper. The pre-trained model is not related to Retinanet, it's about pose residual network which is responsible to match keypoints to the relevant persons in the image. Please read the paper in detail.

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1OhdMllLGnpRAk6Wexw8LzXF_EHiolVj1' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1OhdMllLGnpRAk6Wexw8LzXF_EHiolVj1" -O PRN.pth.tar && rm -rf /tmp/cookies.txt

@AlexLacour
Copy link
Author

AlexLacour commented Jul 22, 2020

Hello,
Thank you very much for your answer !
But even if the links are working (thank you for the wget link by the way), the archive can't be opened neither with tar on ubuntu18 or 7zip/winrar on windows10 (I have tried on 3 different computers).
As for the weight of the file : I know the repo only includes the prn module, but I don't understand why is the prn that heavy ? Is it because of the type of the weights (double maybe ?)

EDIT : I think I understand, it's supposed to be loaded directly using torch.load instead of unzipping it to get a pth file, sorry for the disturbance !

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