Misc3D icon indicating copy to clipboard operation
Misc3D copied to clipboard

ImportError: arg(): could not convert default argument 'param: open3d::geometry::KDTreeSearchParamHybrid' in function 'detect_boundary_points' into a Python object (type not registered yet?)

Open dbdxnuliba opened this issue 1 year ago • 4 comments

I compile and install misc3d 0.4.0 version and open3d version is 0.16.1 $ python Python 3.8.10 (default, Mar 13 2023, 10:26:41) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import open3d as o3d INFO - 2023-05-25 12:27:54,039 - utils - NumExpr defaulting to 8 threads. /home/dell/.local/lib/python3.8/site-packages/pandas/core/computation/expressions.py:20: UserWarning: Pandas requires version '2.7.3' or newer of 'numexpr' (version '2.7.1' currently installed). from pandas.core.computation.check import NUMEXPR_INSTALLED import misc3d as m3d Traceback (most recent call last): File "", line 1, in File "/home/dell/ref/Misc3D-main/build/install/misc3d/lib/python/misc3d/init.py", line 1, in from .py_misc3d import * ImportError: arg(): could not convert default argument 'param: open3d::geometry::KDTreeSearchParamHybrid' in function 'detect_boundary_points' into a Python object (type not registered yet?)

dbdxnuliba avatar May 25 '23 04:05 dbdxnuliba