dvlab-research / LargeKernel3D

LargeKernel3D: Scaling up Kernels in 3D Sparse CNNs (CVPR 2023)
https://arxiv.org/abs/2206.10555
Apache License 2.0
193 stars 8 forks source link

How to prepare the ScanNet V2 data #13

Open DYZhang09 opened 11 months ago

DYZhang09 commented 11 months ago

Hi, I'm interested in your great work and I'm trying to run the semantic segmentation experiment. But after preparing ScanNetV2 data following the instructions of PointGroup(https://github.com/dvlab-research/PointGroup) as your instructions say, I still cannot launch the training process. After the preprocessing, I get files like these image

but the code seems to only support [scene_id].ply files. How to solve this problem? Any other preprocessing needed?