charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.73k stars 1.45k forks source link

question about download_data.sh #105

Open LZDSJTU opened 6 years ago

LZDSJTU commented 6 years ago

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

bingo830422 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

indoor3d_sem_seg_hdf5_data

LZDSJTU commented 6 years ago

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

abhishek-v commented 6 years ago

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

LZDSJTU commented 6 years ago

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

bingo830422 commented 6 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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