EnyaHermite / SegGCN

SegGCN: Efficient 3D Point Cloud Segmentation with Fuzzy Spherical Kernel
31 stars 7 forks source link

Parsing Semantic Segmentation Data #1

Open HaniItani opened 4 years ago

HaniItani commented 4 years ago

Hello @hlei-ziyan,

Thank you for sharing your work! Can you please provide the scripts for processing and partitioning the raw S3DIS and ScanNet data? Do you follow PointCNN's prepare_s3dis_data.py parsing script as is?

Thanks!

EnyaHermite commented 4 years ago

Hi, Please find it in the “io” folder of my project SPH3D-GCN. This work follows the other one in data processing. I will merge the two works to avoid redundancy in the future. Thanks for the interest.

HaniItani commented 4 years ago

Hello @hlei-ziyan,

I'm very interested in your work and I was wondering if you are going to release the merged repo soon. I successfully reproduced the results of SPH3D-GCN on S3DIS. However, when trying to reproduce SegGCN results on S3DIS, I encounter a CUDA_ERROR_ILLEGAL_ADDRESS error when the training starts. Any thoughts on what could be the source of this problem?

Thanks!