TEASER-plusplus
TEASER-plusplus copied to clipboard
[QUESTION]Trying Teaser++ with two .ply files
The code is very amazing! But when I try Teaser++ with two .ply files, it aborts during the method solve. Can provide some some tutorials about how to use 3DSmoothNet to generate correspondences? Thank you!
@tkzky take a look at this file: https://github.com/MIT-SPARK/TEASER-plusplus/blob/master/examples/teaser_python_3dsmooth/teaser_python_3dsmooth.py
Thanks for your reply! But when i reproduce the GIF, after "python teaser_python_3dsmooth.py", there is an error:
'Now drawing correspondences ... terminate called after throwing an instance of 'pybind11::error_already_set' what(): SystemError: <built-in method repr of PyCapsule object at 0x7fadd34d4090> returned a result with an error set'
How can i solve it? Looking forward to your reply! Thank you!
Hi,
I got the same error. Did you fix it ?
Thanks.
@russellyq @tkzky can you report the version of pybind11 you have installed? Thanks
h
It is the same version in your packages. V2.4.3
Hi, I got the same error. Did you fix it ? The version of pybind11:2.6.1 Could you tell me about your version of pybind11 when testing. Thanks.
there is a ";" in examples/teaser_python_3dsmooth/teaser_python_3dsmooth.py 112, delete it.