Skip to content

Commit 5bf9017

Browse files
authored
Update prepare_example_data.sh
update link
1 parent 93da8c1 commit 5bf9017

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

prepare_example_data.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This script is from https://github.com/WaldJohannaU/3RScan with MIT License (Copyright (c) 2020 Johanna Wald)
2+
# 26 July 2022, modified by Shun-Cheng Wu
23

34
if [[ ! -d "data" ]]; then
45
mkdir data
@@ -7,14 +8,14 @@ fi
78
# download example data
89
if [[ ! -d "data/3RScan" ]]; then
910
if [[ ! -f "data/3RScan.v2.zip" ]]; then
10-
wget "http://campar.in.tum.de/files/3RScan/3RScan.v2.zip" -P data
11+
wget "http://www.campar.in.tum.de/public_datasets/3RScan/3RScan.v2.zip" -P data
1112
fi
1213
unzip "data/3RScan.v2.zip" -d ./data/3RScan
1314
fi
1415

1516
if [[ ! -f "data/3RScan/3RScan.json" ]]; then
16-
wget "http://campar.in.tum.de/files/3RScan/3RScan.json" -P data/3RScan
17+
wget "http://www.campar.in.tum.de/public_datasets/3RScan/3RScan.json" -P data/3RScan
1718
fi
1819
if [[ ! -f "data/3RScan/objects.json" ]]; then
19-
wget "http://campar.in.tum.de/files/3DSSG/3DSSG/objects.json" -P data/3RScan
20-
fi
20+
wget "http://www.campar.in.tum.de/public_datasets/3DSSG/3DSSG/objects.json" -P data/3RScan
21+
fi

0 commit comments

Comments
 (0)