UnScene3D icon indicating copy to clipboard operation
UnScene3D copied to clipboard

Unsupervised 3D Instance Segmentation

Results 6 UnScene3D issues
Sort by recently updated
recently updated
newest added

When using `def load_checkpoint_with_missing_or_exsessive_keys(cfg, model)` to load [unscene3d_DINO_CSC_self_train_3](https://kaldir.vc.in.tum.de/unscene3d/checkpoints/unscene3d_DINO_CSC_self_train_3.zip) into `models.mask3d.Mask3D`, i get the following warnings: ``` 2025-03-31 12:41:31.577 | WARNING | external.UnScene3D.utils.utils:load_checkpoint_with_missing_or_exsessive_keys:102 - Key not found, it will be initialized...

Where can I get the model_weights/Res16UNet34C.pth file? When I run the pseudo mask generation step, it says that the file cannot be found. ![image](https://github.com/user-attachments/assets/8f203d03-e333-40b1-b71b-114d0d46e7d4) When I download the CSC model...

I use the latest version of the code, and when I run unscene3d_dino_2d3d.sh, I still get an error: FileNotFoundError: [Errno 2] No such file or directory: 'data/ScanNet/scannet_200_insseg/train.txt'. ![image](https://github.com/user-attachments/assets/1000ff70-5eb7-42ce-953e-a68def684fb5) When I...

Thank you very much for your outstanding work! I have a question regarding the self-training part. I don't quite understand why self-training can significantly improve performance. It uses pseudo masks...

Hi, congratulations on your excellent work! How can I test UnScene3D on my custom point clouds? Thank you in advance!

enhancement

Hi, Thanks for this exciting work and for sharing codes. I want to ask if you can provide the AP results for each category. I know that this paper aims...

enhancement