thangvubk / SoftGroup

[CVPR 2022 Oral] SoftGroup for Instance Segmentation on 3D Point Clouds
MIT License
346 stars 80 forks source link

How to Inference on Large-Scale Point Clouds #92

Open guijuzhejiang opened 2 years ago

guijuzhejiang commented 2 years ago

How can I use my trained model to infer on large-scale point cloud data? Do I need some preprocessing like splitting several parts?

thangvubk commented 2 years ago

First, you may test on your original data. If you have memory problems, you may need to split data into several parts.

guijuzhejiang commented 2 years ago

Thank you, if the memory is enough, don't need to cut the data, infer it directly,is it right?