limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
173 stars 41 forks source link

when I was training tsegnet (run_tooth_segmentation_module to True & pretrained_centroid_model_path) I got the following error #28

Open vancewangdj opened 8 months ago

vancewangdj commented 8 months ago

Hi hoyeon

when I was training tsegnet (run_tooth_segmentation_module to True & pretrained_centroid_model_path) I got the following error

"ValueError: Found array with 0 sample(s) (shape=(0, 3)) while a minimum of 1 is required by DBSCAN."

what should i do to fix this issue ?????????

messageImage_1709520887476

messageImage_1709520906075

messageImage_1709520921099

limhoyeon commented 7 months ago

I think that re-install pointops library from "https://github.com/POSTECH-CVLab/point-transformer" can help.

Thank you