LeiaInc / holopix50k

Holopix50k: A Large-Scale In-the-wild Stereo Image Dataset
Other
151 stars 11 forks source link

A little problem in downloading step #18

Open CaravanPassenger opened 2 years ago

CaravanPassenger commented 2 years ago

Describe the bug the download code for windows seems not correct

the original download command:

python [GSUTIL_ROOT]\gsutil -m cp -n -r gs://holopix50k-dataset/Holopix50k <DOWNLOAD_PATH>

the correct command:

python [GSUTIL_ROOT]\gsutil\gsutil.py -m cp -n -r gs://holopix50k-dataset/Holopix50k <DOWNLOAD_PATH>