facebookresearch / ContrastiveSceneContexts

Code for CVPR 2021 oral paper "Exploring Data-Efficient 3D Scene Understanding with Contrastive Scene Contexts"
MIT License
218 stars 29 forks source link

Preprocess S3DIS data #29

Closed Hiusam closed 2 years ago

Hiusam commented 2 years ago

Hi, I downloaded the S3DIS data and unzipped the data, but it seems like the file structure of the dataset does not match your preprocessing code. The structure is as follows:

├── ReadMe.txt
├── Stanford3dDataset_v1.2_Aligned_Version.mat
├── Stanford3dDataset_v1.2_Aligned_Version.zip
├── Stanford3dDataset_v1.2.mat
└── Stanford3dDataset_v1.2.zip

Can you share your file structure and give me some suggestions? Thank you very much!

Sekunde commented 2 years ago

Hi, you can unzip the Stanford3dDataset_v1.2.zip to a folder, the data should be there

Hiusam commented 2 years ago

Thank you very much.