Skip to content

Commit

Permalink
update the download script to reflect the version of the release
Browse files Browse the repository at this point in the history
  • Loading branch information
jstraub committed Jun 14, 2019
1 parent 3208c61 commit 1c7df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

for p in {a..q}
do
wget https://github.com/facebookresearch/Replica-Dataset/releases/download/v1/replica_v1_0.tar.gz.parta$p
wget https://github.com/facebookresearch/Replica-Dataset/releases/download/v1.0/replica_v1_0.tar.gz.parta$p
done

cat replica_v1_0.tar.gz.part?? | unpigz -p 32 | tar -xvC $1

0 comments on commit 1c7df46

Please sign in to comment.