File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
34if [[ ! -d " data" ]]; then
45 mkdir data
78# download example data
89if [[ ! -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
1314fi
1415
1516if [[ ! -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
1718fi
1819if [[ ! -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
You can’t perform that action at this time.
0 commit comments