Skip to content

Commit

Permalink
Minor change to download_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
syb7573330 committed Feb 4, 2018
1 parent 32d9116 commit 18fcede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sem_seg/download_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Download HDF5 for indoor 3d semantic segmentation (around 1.6GB)
# Download HDF5 for indoor 3d semantic segmentation (around 1.6GB) -> 'indoor3d_sem_seg_hdf5_data'
wget https://shapenet.cs.stanford.edu/media/indoor3d_sem_seg_hdf5_data.zip
unzip indoor3d_sem_seg_hdf5_data.zip
rm indoor3d_sem_seg_hdf5_data.zip

0 comments on commit 18fcede

Please sign in to comment.