yanx27 / Pointnet_Pointnet2_pytorch

PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
MIT License
3.65k stars 892 forks source link

About the radius for my own dataset #106

Open QLuanWilliamed opened 3 years ago

QLuanWilliamed commented 3 years ago

Hi, thanks for your nice work. But I don't know how to set the suitable radius for my own dataset? Do you have any suggestions? Thank you very much. Kind regards, William

yanx27 commented 3 years ago

@Luan-Zhaoliang Hi, thanks for your attention. I think radius is exactly a hyper-parameter, which depends on your dataset. What's your dataset belong to? indoor or outdoor scene? If you use CAD model, you can normalize them into an unit ball and just use the default setting.