Skip to content

Commit

Permalink
Update ScanObjectNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-xu authored Apr 22, 2024
1 parent 3e3d80c commit 49005dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classification_ScanObjectNN/ScanObjectNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def download():
if not os.path.exists(os.path.join(DATA_DIR, 'h5_files')):
# note that this link only contains the hardest perturbed variant (PB_T50_RS).
# for full versions, consider the following link.
www = 'https://web.northeastern.edu/smilelab/xuma/datasets/h5_files.zip'
www = 'https://github.com/ma-xu/pointMLP-pytorch/releases/download/dataset/h5_files.zip'
# www = 'http://103.24.77.34/scanobjectnn/h5_files.zip'
zipfile = os.path.basename(www)
os.system('wget %s --no-check-certificate; unzip %s' % (www, zipfile))
Expand Down

0 comments on commit 49005dd

Please sign in to comment.