TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

[QUESTION]Trying Teaser++ with two .ply files

Open tkzky opened this issue 3 years ago • 7 comments

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 avatar May 26 '21 12:05 tkzky

@tkzky take a look at this file: https://github.com/MIT-SPARK/TEASER-plusplus/blob/master/examples/teaser_python_3dsmooth/teaser_python_3dsmooth.py

jingnanshi avatar May 26 '21 14:05 jingnanshi

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!

tkzky avatar May 27 '21 07:05 tkzky

Hi,

I got the same error. Did you fix it ?

Thanks.

russellyq avatar Jun 29 '21 12:06 russellyq

@russellyq @tkzky can you report the version of pybind11 you have installed? Thanks

jingnanshi avatar Jun 29 '21 18:06 jingnanshi

h

It is the same version in your packages. V2.4.3

russellyq avatar Jun 30 '21 06:06 russellyq

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.

houyongkuo avatar Aug 02 '21 03:08 houyongkuo

there is a ";" in examples/teaser_python_3dsmooth/teaser_python_3dsmooth.py 112, delete it.

ylllllll avatar Nov 28 '22 13:11 ylllllll