Hi!
I would like to participate to the Single Photon Challenge. For this I am following the instructions I found here on how to download the training/testing dataset
Running the following command works:
aws s3 ls --summarize --human-readable --recursive s3://public-datasets/challenges/reconstruction --endpoint=https://web.s3.wisc.edu --no-sign-request
however when actually trying to download the dataset using the following command nothing happens:
aws s3 sync s3://public-datasets/challenges/reconstruction/train_1.zip ./spc_dataset --endpoint=https://web.s3.wisc.edu --no-sign-request
Am I doing something wrong?
Thanks for your support!