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

Issue on preparing scannet downstream data #18

Closed sjtuchenye closed 2 years ago

sjtuchenye commented 2 years ago

Sorry but I can not find path 'downstream/semseg/lib/datasets/preprocessing/scannet' in this repo. I find scannet.py to preprocess data in PointContrast repo, but I get the error ''PosxiPath' object has no attribute 'write''. I do not know what is wrong.

Sekunde commented 2 years ago

hi, it is located in downstream/semseg/datasets/preprocessing/ in our repo; for PointContrast I never met that errro before.

sjtuchenye commented 2 years ago

hi, it is located in downstream/semseg/datasets/preprocessing/ in our repo; for PointContrast I never met that errro before.

Thank you, I have found it.

Hiusam commented 2 years ago

I cannot find scannet.py in downstream/semseg/datasets/preprocessing/

Sekunde commented 2 years ago

@Hiusam hi, thanks for pointing out, it is supposed to be collect_indoor3d_data.py