ValueError: RANSAC could not find a valid consensus set.
Hi,
Thanks for your excellent work on point cloud segmentation. I encountered an issue when running the ssp-spg in my own dataset as below: ValueError: RANSAC could not find a valid consensus set.
Traceback (most recent call last):
File "supervized_partition/graph_processing.py", line 563, in max_trials iterations were skipped because each randomly chosen sub-sample failed the passing criteria. See estimator attributes for diagnostics (n_skips*).
Could you tell me how to fix it? I really appreciate your help.