agrimgupta92 / sgan

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
MIT License
813 stars 261 forks source link

there is a problem with the data download #33

Open dlmuth opened 5 years ago

dlmuth commented 5 years ago

When I download the data, the following problems appear. How can I solve them?

dlmuth@ubuntu:~/Downloads/sgan-master$ bash scripts/download_data.sh --2019-02-24 18:24:39-- https://www.dropbox.com/s/8n02xqv3l9q18r1/datasets.zip?dl=0 Resolving www.dropbox.com (www.dropbox.com)... 66.220.152.28 Connecting to www.dropbox.com (www.dropbox.com)|66.220.152.28|:443... failed: Connection refused. [datasets.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of datasets.zip or datasets.zip.zip, and cannot find datasets.zip.ZIP, period.

mingbocui commented 5 years ago

seems that you do not have ZIP or other relevant software to uncompress the dataset, try "pip install zip" and download it again

dlmuth commented 5 years ago

I have done these, thank you!

xychen1015 commented 5 years ago

i meet this problem too, how can u solve it?

Psychic-DL commented 4 years ago

I meet this problem too, how can u solve it? @dlmuth thank you!

AtomScott commented 4 years ago

I guess you can always do a direct download from the dropbox link. https://www.dropbox.com/s/8n02xqv3l9q18r1/datasets.zip?dl=0

Edit. I had problems downloading from my ubuntu machine, so I sent the link to my iPad downloaded it there and sent it back manually to my computer.