POSTECH-CVLab / FastPointTransformer

Official source code of Fast Point Transformer, CVPR 2022
MIT License
268 stars 41 forks source link

how to download the dataset? #6

Closed ZoangX closed 2 years ago

ZoangX commented 2 years ago

Before calling the script preprocess_s3dis.py,I need to download the data manually, right? Or automatic download in the script preprocess_s3dis.py? If I need to download it automatically,How to download the dataset?

chrockey commented 2 years ago

Hi,

Before calling the script preprocess_s3dis.py, I need to download the data manually, right?

Yes. You need to download the original dataset before running the preprocessing. For the S3DIS dataset, you can refer this link.

ZoangX commented 2 years ago

Thank you. I'm not going to lie, I'm a novice in this area. I see that in other deep networks, such as PointNet, the data is downloaded and organized automatically. Can you fill in the code for the previous part of automatic download and organization like other networks? Because this is difficult for me, partly because I am a novice, and partly because your codes has few comments. Thank you very much!

chrockey commented 2 years ago

Hi @ZoangX,

Sorry for the late reply. I cannot provide download scripts since some datasets (e.g., ScanNet) have their own policy to release the dataset. Here are helpful links for you to refer to: