vLAR-group / GrowSP

🔥GrowSP in PyTorch (CVPR 2023)
161 stars 14 forks source link

QUESTION: Can this model be trained on Point CLoud data of Buildings? #22

Open Rizulv opened 2 weeks ago

Rizulv commented 2 weeks ago

QUESTION: Can this model be trained on Point CLoud data of Buildings? Im working on 3d point cloud to BIM transformation and wanted to test your model on my point cloud dataset, which is on site construction building point cloud having x,y,z coordinates. Do let me know.

zhang-zihui commented 5 days ago

Hi @Rizulv,

Yes, we also conducted experiments on city-scale or building-scale datasets like SensatUrban and Semantic3D. And this model can also segment some major categories like, ground, building and vegetation. In these dataset, we change the superpoint construction to SPG: https://github.com/loicland/superpoint_graph

Regards, zihui