https://github.com/yuecideng/Misc3D 的编译遇到问题
先编译了open3d,后来又编译了misc3d编译过程一切顺利没有报错,但是最后终端用程序去python验证的时候,就报错了
报错如下:
Traceback (most recent call last):
File "farthest_point_sampling.py", line 7, in <module>
import misc3d as m3d
File "/home/rodney/misc3d_install/misc3d/lib/python/misc3d/__init__.py", line 1, in <module>
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?)
corrupted size vs. prev_size in fastbins
有没有做过这个的编译的,可以给点建议吗