download.sh 299 字节
Newer Older
K
Kaipeng Deng 已提交
1 2 3 4 5 6 7 8
DIR="$( cd "$(dirname "$0")" ; pwd -P  )"
cd "$DIR"

echo "Downloading https://shapenet.cs.stanford.edu/media/indoor3d_sem_seg_hdf5_data.zip"
wget https://shapenet.cs.stanford.edu/media/indoor3d_sem_seg_hdf5_data.zip

echo "Unzip indoor3d_sem_seg_hdf5_data.zip"
unzip indoor3d_sem_seg_hdf5_data.zip