Open CaravanPassenger opened 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>
Describe the bug the download code for windows seems not correct
the original download command:
the correct command: