Hi all,
I tried using multiprocessing.Pool to run ransac_sd in parallel, but the process hangs and never terminates.
I suspect there might be a conflict between Python's multiprocessing module and OpenMP.
Do you have any insights or suggestions?
Thank you in advance.