Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tkzky opened this issue May 26, 2021 · 7 comments
Open

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

tkzky opened this issue May 26, 2021 · 7 comments

Comments

@tkzky
Copy link

tkzky commented May 26, 2021

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!

@jingnanshi
Copy link
Member

@tkzky
Copy link
Author

tkzky commented May 27, 2021

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!

@russellyq
Copy link

Hi,

I got the same error. Did you fix it ?

Thanks.

@jingnanshi
Copy link
Member

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

@russellyq
Copy link

h

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

@houyongkuo
Copy link

houyongkuo commented Aug 2, 2021

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.

@ylllllll
Copy link

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

jingnanshi pushed a commit that referenced this issue May 5, 2024
* Set const in the inputs of the matcher.h and matcher.cc

* Add Quatro mode in a Python wrapper

* Make normal estimation based on OMP as well.

* Add API with normal vectors for easy integration with the `xyznormal` mode of ROBIN

* Clean unused variables

* Fix error in the example (change == to =)

* Remove weird semicolon to cover #99

* Remove [[nodiscard]] to cover #140

* Add 'InsertNewlineAtEOF' in the .clang-format

* Add newline at the end of file using .clang-format

* (Minor) Clean codes, e.g., managing double space, redundant line break, no-space, etc, via .clang-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants