STPLS3D icon indicating copy to clipboard operation
STPLS3D copied to clipboard

🔥 Synthetic and real-world 2d/3d dataset for semantic and instance segmentation (BMVC 2022 Oral)

Results 22 STPLS3D issues
Sort by recently updated
recently updated
newest added

I have two questions: 1. Are there any pre-trained models for the baseline? 2. Are you planing to provide the tooling/code for generating the dataset?

Hi, I would like to use your RandLA-Net code to achiev,In main_STPLS3D.py you write to RealWorldData in data_folder,ResidentialArea_GT in test_area.ResidentialArea_GT Which partial dataset is this? I try to train with...

when i run plot_convergence.py find no the OA_from_confusions ![image](https://user-images.githubusercontent.com/49065504/179182285-df0546a5-b65f-489c-a4a9-13762a816a9f.png) ![image](https://user-images.githubusercontent.com/49065504/179182433-c1dd97d9-c716-4c20-aa7c-a5df0467aabc.png)

Anyone can tell me how to use the evaluation script (i.e. STPLS3DInstanceSegmentationChallenge_Codalab_Evaluate.py) for the competition of instance segmentation? Thanks a lot!

Hello there, As described in the original paper of HAIS, _"one point is only clustered into a single instance in point aggregation, resulting no overlap among instance prediction."_ However, during...

Thanks for providing such a useful dataset! This is my instance segmentation predict result. I found the predict result is ok when the featue instance is inside every block, but...

Hi @meidachen In the codes of RandLA-Net, SCF-Net, KPConv, following the table3 and table6 from the paper, I want to know clear which area of the RealWorldData is used as...

Hi @meidachen, Thank you for sharing a new interesting outdoor dataset for instance segmentation. Based on your shared code, we have implemented our SoftGroup for STPLS3D, which achieves AP/AP50/AP25 of...

Hi @meidachen How to set the dataloader of SensatUrban dataset with point-transformer? As SensatUrban and STPLS3D datasets are both large-scale, could I refer to and follow the generate_blocks.py and stpls.py...

Hi @RockyatASU Is the RandLANet for STPLS3D the same with the original RandLANet? https://github.com/QingyongHu/RandLA-Net?utm_source=catalyzex.com Have you tested RandLANet for STPLS3D? Or, do you have other settings? Which cuda version? Thanks...