Skip to content

Commit

Permalink
Fixing incorrect GCP URL with S3 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
orchidmajumder authored Jul 13, 2023
1 parent 0f05c39 commit c5795e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download_inat2018.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd "$DATA_DIR"/inat2018|| exit 1
FILES="train_val2018.tar.gz train2018.json.tar.gz val2018.json.tar.gz test2018.tar.gz test2018.json.tar.gz"
for FILE in $FILES ; do
echo "Downloading $FILE..."
wget https://storage.googleapis.com/inat_data_2018_us/$FILE
wget https://ml-inat-competition-datasets.s3.amazonaws.com/2018/$FILE
echo "Extracting $FILE..."
tar -xzf $FILE
done
Expand All @@ -37,4 +37,4 @@ wget http://www.vision.caltech.edu/~gvanhorn/datasets/inaturalist/fgvc5_competit
tar -xzf categories.json.tar.gz

# Auxiliary files needed to generate the task list in the paper:
cp $TASK2VEC_REPO/support_files/inat2018/*.json ./
cp $TASK2VEC_REPO/support_files/inat2018/*.json ./

0 comments on commit c5795e5

Please sign in to comment.