CVMI-Lab / DODA

(ECCV 2022) DODA: Data-oriented Sim-to-Real Domain Adaptation for 3D Semantic Segmentation
Apache License 2.0
46 stars 4 forks source link

ScanNet dataset preparation #1

Closed Trainingzy closed 2 years ago

Trainingzy commented 2 years ago

Thanks for your great work!

Can you release the scripts for preparing ScanNet? Your preparation seems to be different from that of PointGroup. I think you do not use label remapper during preparation.

Dingry commented 2 years ago

Hi, I use the label remapper exactly the same as the PointGroup. I just do not use the color and instance labels stored in the prepared ScanNet data.

Trainingzy commented 2 years ago

Thanks for your quick reply. PointGroup converts all labels to 0-19, while your label mapper contains labels larger than 19.

Dingry commented 2 years ago

If you mean the label id in ''src", it is the label from 3D-FRONT. The ScanNet label id is in "tar'"

Trainingzy commented 2 years ago

oh, I see. Thanks.