Hi, thanks for the great project.
I noticed that the S3DIS image-based model refers to the following data paths:
data/s3dis_images/{Area}/{Room}/color/
data/s3dis_visibility/{Area}/{Room}/visibility/
These files are consumed by pointcept/datasets/s3dis.py through:
*_mask.npy
*_points.npy
*.png
However, in the current repository I could not find a preprocessing or generation script that produces these two directories for S3DIS.
What I found:
pointcept/datasets/preprocessing/s3dis/preprocess_s3dis.py only generates the 3D room-level files such as coord.npy, color.npy, segment.npy, and instance.npy
- I could not find a script in the repo that generates:
data/s3dis_images/...
data/s3dis_visibility/...
Could you please clarify:
- How are
s3dis_images and s3dis_visibility generated?
- Are they derived from Stanford 2D-3D / a separate preprocessing pipeline?
- Is there any script, dataset source, or documentation that should be added to the repository?
If possible, it would be very helpful to include:
- the exact preprocessing steps,
- required raw data sources,
- and a script to generate these files reproducibly.
Thanks!
Hi, thanks for the great project.
I noticed that the S3DIS image-based model refers to the following data paths:
data/s3dis_images/{Area}/{Room}/color/data/s3dis_visibility/{Area}/{Room}/visibility/These files are consumed by
pointcept/datasets/s3dis.pythrough:*_mask.npy*_points.npy*.pngHowever, in the current repository I could not find a preprocessing or generation script that produces these two directories for S3DIS.
What I found:
pointcept/datasets/preprocessing/s3dis/preprocess_s3dis.pyonly generates the 3D room-level files such ascoord.npy,color.npy,segment.npy, andinstance.npydata/s3dis_images/...data/s3dis_visibility/...Could you please clarify:
s3dis_imagesands3dis_visibilitygenerated?If possible, it would be very helpful to include:
Thanks!