TypeError: init(): incompatible constructor arguments. The following argument types are supported: 1. open3d.cpu.pybind.pipelines.registration.RANSACConvergenceCriteria(arg0: open3d.cpu.pybind.pipelines.registration.RANSACConvergenceCriteria) 2. open3d.cpu.pybind.pipelines.registration.RANSACConvergenceCriteria(max_iteration: int = 1000, max_validation: int = 1000)
Invoked with: 100000, 0.999
I am getting this error while running the file. I am doing the global registration of open 3d documentation. I am not able to solve this error. I have also updated the version of python and open 3d then also it is not working. can anyone help?