ENet icon indicating copy to clipboard operation
ENet copied to clipboard

I don't download the cityscapes dataset ,who can download it?

Open cuihuitao opened this issue 6 years ago • 17 comments

cuihuitao avatar Aug 01 '17 06:08 cuihuitao

Hi @cuihuitao,

The Cityscapes data is free and available but requires some steps to access it. You won't be able to access it without signing up. It should be noted the dataset is for research only.

  1. Register an account here: https://www.cityscapes-dataset.com/register/
  2. Await account activation from the maintainers of the data set. This may take a few days (24 hours in my case).
  3. Once activated, go to this link and download the zip files you needed: https://www.cityscapes-dataset.com/downloads/

That should be all you need to do. Hope that helps.

rsingla92 avatar Aug 02 '17 18:08 rsingla92

@rsingla92 thank you for your reply!I have resolved the problem!

cuihuitao avatar Aug 03 '17 02:08 cuihuitao

It seems that you must use a mail address of student to register.

vccoderalex avatar Sep 12 '17 08:09 vccoderalex

But some packages notes downloading needs request,how to do it?

warmkid avatar Dec 07 '17 14:12 warmkid

As an independent developer/researcher without access to an academic email address, it would seem I'm locked out.

I don't know if anything can be done about that. I assume it's preventing commonly used email domains to cut down on traffic from audiences less likely to make much careful use of the data. It's a bit of a bummer seeing as it's advertised as freely available for academic or non-academic use, yet requires a private or academic email address just to register for access.

ompuco avatar Mar 23 '18 22:03 ompuco

Am I able somehow download 44Gb zip file not through browser, but through wget insted? wget --user u --pass p link is not helping :(

banderlog avatar May 10 '18 15:05 banderlog

Found nice tutorial: https://neppo.net/blog/2017/11/1121_wget_cityscapes/

banderlog avatar May 10 '18 15:05 banderlog

@banderlog , this is a deadlink...

stiv-yakovenko avatar Jun 06 '19 13:06 stiv-yakovenko

@stiv-yakovenko it was a year ago, the whole tutorial was a private case of usage wget+cookies: https://stackoverflow.com/a/1432161/7599215

banderlog avatar Jun 06 '19 14:06 banderlog

Excuse me? Have you downloaded the file 'leftImg8bit_trainextra.zip (44GB)' ? I cannot download it with the wget,because it said there is a remote link . Everytime i download it , there is just a index about 25KB. I am looking forward to your early reply.

lipeian avatar Jul 10 '19 03:07 lipeian

Cached original: https://web.archive.org/web/20181005045939/https://neppo.net/blog/2017/11/1121_wget_cityscapes/

Translated via Google version

banderlog avatar Jul 10 '19 09:07 banderlog

Cached original: https://web.archive.org/web/20181005045939/https://neppo.net/blog/2017/11/1121_wget_cityscapes/

Translated via Google version

Thank you so much that I have I downloaded it successfully! Unfortunately, the download speed is very slow about 20KB/S-60KB/S. And this will last a dozen days. I would like to consult you if my network is disconnected in the middle, and I continue to download, will the file continue the previous process? Thank you again for your help and I am looking forward your reply!

lipeian avatar Jul 11 '19 12:07 lipeian

Why so bad download speed?

wget -c should continue download, just try it by manually disrupting download.

banderlog avatar Jul 11 '19 21:07 banderlog

Why so bad download speed?

wget -c should continue download, just try it by manually disrupting download.

This should be the reason for my network. Thank you for your help!

lipeian avatar Jul 12 '19 13:07 lipeian

This is big to download over HTTP, so did you try to find it on the torrents ?

AGenchev avatar Oct 21 '19 13:10 AGenchev

This is big to download over HTTP, so did you try to find it on the torrents ?

https://academictorrents.com/details/4f76b97fbb851fac002dcc55dcc55883e9728db7

olympus999 avatar May 22 '21 12:05 olympus999

@lipeian Hi, I'm suffering same issue with you. The only thing I get after wgetis index.html file. How did you solve that? I conducted below command in my terminal $ wget --load-cookies cookies.txt --content-disposition https://www.cityscapes-dataset.com/file-handling/?packageID=XXXX

daeunni avatar Mar 22 '23 04:03 daeunni