-
Notifications
You must be signed in to change notification settings - Fork 347
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
Comments
Thanks for your reply! 'Now drawing correspondences ... 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 |
It is the same version in your packages. V2.4.3 |
Hi, |
there is a ";" in examples/teaser_python_3dsmooth/teaser_python_3dsmooth.py 112, delete it. |
* 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
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!
The text was updated successfully, but these errors were encountered: