PBNet icon indicating copy to clipboard operation
PBNet copied to clipboard

Request for Custom Dataset Training Guidelines

Open ys31jp opened this issue 2 years ago • 3 comments

Hi, thank you for the work. I am interested in training custom datasets using your method. Would there be provide sooner? Thank you.

ys31jp avatar Feb 29 '24 01:02 ys31jp

Thanks for your attention. We will provide custom data training guidance as soon as possible. In general, we may need approximately one month for debugging.

weiguangzhao avatar Feb 29 '24 04:02 weiguangzhao

Thank you very much for your prompt response. At the meantime, would there be any recommend way for me to run training before releasing of the guideline? like the dataset would be in scannet format or s3dis format.

ys31jp avatar Feb 29 '24 05:02 ys31jp

There are three points you may need to pay attention to:

1.Convert all data to the npy format, including XYZ [N, 3]; RGB [N, 3]; Semantic Label [N]; Instance Label [N]; and set the labels for invalid or noisy points to -100. For this part, you need to refine the dataset.py file.

2.Finetuning the hyperparameter raduis and min_pts in the config.py&config_test.py. We recommend standardizing the coordinate data to the meter level, then setting the radius to 0.04, and min_pts to 1.5 times the original point density.

  1. Finally, you need to modify the number of semantic categories

Feel free to ask if you have any questions.

weiguangzhao avatar Feb 29 '24 05:02 weiguangzhao