AdithyaPamulaparthi
Results
1
comments of
AdithyaPamulaparthi
The issue is in the curl command, here are two solutions that worked for me: ## Solution 1: Using curl with -Lo instead of -o. ``` #!/bin/sh URL1="https://zenodo.org/record/3678171/files/dev_data_ToyCar.zip?download=1" ZIPFILE="dev_data_ToyCar.zip" URL2="https://zenodo.org/record/3727685/files/eval_data_train_ToyCar.zip?downlo$...