Pointcept / Pointcept

Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question with s3dis data processing

glacier9324 opened this issue · comments

I download the Stanford3dDataset_v1.2,how can I processing it to the same as you did?
I used "python pointcept/datasets/preprocessing/s3dis/preprocess_s3dis.py --dataset_root /root/autodl-tmp/Stanford3dDataset_v1.2 --output_root /root/glacier/s3dis",the out put is totally different with the data I downloaded by click the "HERE"
Should I using "python pointcept/datasets/preprocessing/s3dis/preprocess_s3dis.py --dataset_root ${S3DIS_DIR} --output_root ${PROCESSED_S3DIS_DIR} --raw_root ${RAW_S3DIS_DIR} --align_angle --parse_normal"?
If so,what is the "--raw_root ${RAW_S3DIS_DIR}",what should I fill in "${RAW_S3DIS_DIR} "?

Here (https://github.com/Pointcept/Pointcept?tab=readme-ov-file#s3dis)

"(Optional) Download Full 2D-3D S3DIS dataset (no XYZ) from here for parsing normal."