ThibaultGROUEIX / 3D-CODED

Pytorch Implementation for the project : `3D-CODED` and `Learning Elementary Structure`

Home Page:http://imagine.enpc.fr/~groueixt/3D-CODED/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with downloading data

DavidBoja opened this issue · comments

Hi Thibault,
first of all, thank you for sharing your code with the community.

I have some issues with downloading the data. From what I can gather,there is an issue with authorization. The test data is downloaded, whilst the train data gets an "403: Forbidden" error. I attached a screenshot of the error. Maybe you have some knowledge as to why this is happening.

Downloading the data

Also, can I ask you why did you save the data in a .pth format? This way, the data needs to be loaded all at once, which can be infeasible for some.

Thank you in advance for your response.

Hi @DavidBoja ,

Thanks for your interest in the data/code.
I added manual download links in 2dd1efb

You have a valid point about the .pth, I simply did not think about it at the time and did what seemed the easiest,

Best regards,
Thibault

Thank you. The download works now. :)

Got it, I was searching for methods to load the data from the .pth file in batches, but haven't found anything. Glad to know I haven't missed anything.

Kind regards,
David