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

Easy setup of Mask3D using scannet data #155

Open whhu7 opened 6 months ago

whhu7 commented 6 months ago

Hi, thank you for this outstanding work. I ran the easy setup of Mask3D using scannet dataset, and met with the problem. Traceback (most recent call last): File "/data1/whh_data/code/Mask3D/pcd_seg.py", line 24, in save_colorized_mesh(mesh, labels, './0192_labelled.ply', colormap='scannet') File "/data1/whh_data/code/Mask3D/mask3d/init.py", line 206, in save_colorized_mesh raise ValueError('Not implemented yet') ValueError: Not implemented yet I'm wondering when will the checkpoint and code upate for the easy setup of Mask3D using scannet data