RozDavid / LanguageGroundedSemseg

Implementation for ECCV 2022 paper Language-Grounded Indoor 3D Semantic Segmentation in the Wild
98 stars 14 forks source link

How to process the scannet200 data? #12

Closed yichaoshen-MS closed 1 year ago

yichaoshen-MS commented 1 year ago

Hello, I cannot find the python script (scannet_long.py, scannet200_insseg.py) to process the original scannet data ? Where can I get the script ?

RozDavid commented 1 year ago

Here and here

yichaoshen-MS commented 1 year ago

Here and here

Which the difference the process script of scannet200 in this Repostitory(LanguageGroundedSemseg) and the Repostitory(scannet :https://github.com/ScanNet/ScanNet/blob/master/BenchmarkScripts/ScanNet200/preprocess_scannet200.py)?

RozDavid commented 1 year ago

Basically no difference, in this repo we added a couple extra functionalities, e.g. the limited annotation preprocessing. You are free to choose though according to your preference.