JonasSchult / Mask3D

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

effect of shared_decoder #133

Closed lx709 closed 11 months ago

lx709 commented 11 months ago

Hello @JonasSchult , Thanks for sharing the code of your nice work. I'm just wondering if you have checked the effect of using shared decoder transformer layers. Let's say will the performance decrease if we set shared_decoder=False.

JonasSchult commented 11 months ago

Hi! Great question. In my experiments, the effect was rather minimal while saving quite some memory.

Best, Jonas

lx709 commented 11 months ago

Thanks for your quick response, much appreciate that.