-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue with mimicking S3DIS data using custom point cloud data #16
Comments
Hi @ome-13, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to mimic the S3DIS dataset using my own dataset, which consists of point cloud data from building facades. However, when I run the code, I encounter the following problem:
My data structure is like this:
S3DIS
├── ZHC_Building_Facade
│ ├── Area_1
│ │ ├── buildings_1
│ │ │ └── Annotations
│ │ │ ├── advboard_1.txt
│ │ │ ├── clutter_1.txt
│ │ │ ├── clutter_7.txt
│ │ │ ├── column_7.txt
│ │ │ ├── wall_11.txt
│ │ │ ├── wall_9.txt
│ │ │ ├── window_17.txt
│ │ │ ├── window_25.txt
│ │ │ └── window_6.txt
│ │ ├── buildings_2
│ │ ├── ...
│ ├── Area_2
│ ├── Area_3
│ ├── Area_4
│ ├── Area_5
│ ├── Area_6
│ ├── Area_7
├── initial_superpoints
│ ├── Area_1_buildings_10_superpoint.npy
│ ├── Area_2_buildings_7_superpoint.npy
│ ├── Area_4_buildings_2_superpoint.npy
│ ├── Area_5_buildings_8_superpoint.npy
│ ├── ...
└── input
├── Area_1_buildings_1.ply
├── Area_2_buildings_2.ply
├── Area_3_buildings_8.ply
├── Area_4_buildings_9.ply
├── ...
The text was updated successfully, but these errors were encountered: