Skip to content
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

Open
LZDSJTU opened this issue May 18, 2018 · 11 comments
Open

question about download_data.sh #105

LZDSJTU opened this issue May 18, 2018 · 11 comments

Comments

@LZDSJTU
Copy link

LZDSJTU commented May 18, 2018

Hello, I want to ask if the dataset downloaded by download_data.sh is S3DIS or other dataset.

@bingo830422
Copy link

download_data.sh is for downloading HDF5 files for indoor 3d semantic segmentation.
If you want to download S3DIS data, you can download from http://buildingparser.stanford.edu/dataset.html.
This description is in README.md in sem_seg folder.

@LZDSJTU
Copy link
Author

LZDSJTU commented May 19, 2018

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?

@bingo830422
Copy link

indoor3d_sem_seg_hdf5_data

@LZDSJTU
Copy link
Author

LZDSJTU commented May 21, 2018

However, I do not find this dataset in other places. Is it a public dataset?

@abhishek-v
Copy link

What @LZDSJTU means is that the S3DIS dataset has been stored as HDF5 files

@LZDSJTU
Copy link
Author

LZDSJTU commented May 22, 2018

yeah! @abhishek-v So is indoor3d_sem_seg_hdf5_data the preprocessing result of S3DIS?

@bingo830422
Copy link

bingo830422 commented May 22, 2018

Yes!
If you download the raw data of S3DIS(which contains .txt files), you can also produce “indoor3d_sem_seg_hdf5_data”(which contains several .h5 files) by running the “collect_indoor3d_data.py” and “gen_indoor3d_h5.py”.
The hdf5 data is the feeding of the training. However, after training, if you want to visualize the testing result by running the “batch _inferece.py”, you need the .npy files. The numpy array files can be produced by running the “collect_indoor3d_data.py”

Hope this will answer your question.

@AP-49
Copy link

AP-49 commented Oct 15, 2020

download_data.sh is for downloading HDF5 files for indoor 3d semantic segmentation.
If you want to download S3DIS data, you can download from http://buildingparser.stanford.edu/dataset.html.
This description is in README.md in sem_seg folder.

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?

@NickSadjoli
Copy link

NickSadjoli commented Nov 6, 2020

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

@AP-49
Copy link

AP-49 commented Nov 6, 2020

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.

@youssef962
Copy link

the shell file is not working with me and it says that it failed because of certificate issue! what should I do?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants