-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about download_data.sh #105
Comments
download_data.sh is for downloading HDF5 files for indoor 3d semantic segmentation. |
So I want to know what the indoor 3d semantic segmentation data downloaded by download_data.sh is. What is the name of the dataset? |
indoor3d_sem_seg_hdf5_data |
However, I do not find this dataset in other places. Is it a public dataset? |
What @LZDSJTU means is that the S3DIS dataset has been stored as HDF5 files |
yeah! @abhishek-v So is indoor3d_sem_seg_hdf5_data the preprocessing result of S3DIS? |
Yes! Hope this will answer your question. |
This link is not valid anymore. At least it doesn't work for me. Do you have any idea where I can find those data please? |
Hi, as mentioned previously, the original link to the raw S3DIS dataset seem to be dead. This has caused issues for other projects that rely on the raw dataset, as seen in one of the issue pages for the Pytorch implementation of Pointnet & Pointnet++ mentioned above. It seems that the raw dataset has instead been moved to a Google Drive link, which is officially retrievable by filling this Google Form. For those wondering, I accidentally found this link from one of the documentation page for Torch Points 3D, after some searching for the s3dis data. I'm not sure how they managed to get this url, but that's my findings. Hope this helps with everyone who'd like to use the raw S3DIS data and their projects! EDIT: Added Torch Points 3D Github page |
Thank you for your reply! Indeed this is the only link available now for downloading the raw S3DIS data. I also found this link after a lot of search and used the data, so I can verify that the data are indeed the correct ones. |
the shell file is not working with me and it says that it failed because of certificate issue! what should I do?! |
Hello, I want to ask if the dataset downloaded by download_data.sh is S3DIS or other dataset.
The text was updated successfully, but these errors were encountered: