SSTNet icon indicating copy to clipboard operation
SSTNet copied to clipboard

Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks

Results 7 SSTNet issues
Sort by recently updated
recently updated
newest added

Can I use the same test.py file for evaluation on S3DIS dataset? If not can you please provide me the test.py for S3DIS dataset. Thank you in advance.

Do you maybe have the config file to train the model on S3DIS dataset? Thank you in advance.

Hi, the .ply file generated by running test.py with the parameters passed in via --visual includes the data from the original scene, I would like to ask you how to...

I only see the scannetv2 config while your article show the results on both s3dis and scannetv2. Can you release the code of s3dis?

good first issue

I copied the gorilla-3d/gorilla3d/datasets/s3dis/s3dis_inst.py file and put it inside SSTNet/sstnet/data/. I also changed the __init__.py accordingly. In addition to that, I changed the config.dataset.type to S3DISInst. However, I get the...

Thank you very much for sharing this project. Here is a problem that I need to ask you. I debugged it myself and didn't solve it. Do you know the...

Dear authors, when I train the sstnet, I found the validation result is lower than the checkpoints you shared. So I would like to ask some setting in the default...