CVMI-Lab / PAConv

(CVPR 2021) PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds
Apache License 2.0
287 stars 40 forks source link

Hello, can you share the visualized code of S3DIS data set and forecast results? #36

Closed swzaaaaaaa closed 2 years ago

swzaaaaaaa commented 2 years ago

Hello, can you share the visualized code of S3DIS data set and forecast results? Thanks.

zouyanmei commented 2 years ago

I have implemented it, but this code is only for predicted results and ground truth, not for raw input, you can use it as a test code. https://drive.google.com/file/d/1yz4v6sbzeRgypB_I4MgVN_FGysnyKGM4/view?usp=sharing. the input can refer to pointnet.

swzaaaaaaa commented 2 years ago

The link is broken.

zouyanmei commented 2 years ago

You can copy this link and open it with your browser.

swzaaaaaaa commented 2 years ago

OK. Thanks.

mutianxu commented 2 years ago

The code for visualizing the segmentation result is incorporated in test_s3dis_6fold.py (called at line #55-#57).