JonasSchult / Mask3D

Mask3D predicts accurate 3D semantic instances achieving state-of-the-art on ScanNet, ScanNet200, S3DIS and STPLS3D.
MIT License
547 stars 110 forks source link

How to process the data for Scannet200? #25

Closed yichaoshen-MS closed 1 year ago

yichaoshen-MS commented 2 years ago

I should preprocess scannet200 in this scannet200-original Repostitory(LanguageGroundedSemseg,https://github.com/RozDavid/LanguageGroundedSemseg) or the Repostitory(scannet :https://github.com/ScanNet/ScanNet/blob/master/BenchmarkScripts/ScanNet200/preprocess_scannet200.py)?

JonasSchult commented 2 years ago

Hi, please use the preprocessing script from our repository. See here: https://github.com/JonasSchult/Mask3D#scannet--scannet200

Best, Jonas