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

Missing backbone checkpoint file? #24

Closed Bitfultea closed 2 years ago

Bitfultea commented 2 years ago

Thanks for releasing this repo! I am try to write a interfacing code based on this repo and I found I couldn't load the backbone checkpoint using the provided checkpoint? Does it need a independent checkpoint file for backbone?

JonasSchult commented 2 years ago

Hi! An interface to Mask3D sounds like a great idea! :) The backbone is included in the checkpoint file. Can you give me more details?

Best, Jonas

Bitfultea commented 2 years ago

Hi I made a mistake of using the Scannet dataset config for S3dis dataset. I now can load the full model weights. Thanks for the quick response.