yuanqili78 / SED-Net

Surface and Edge Detection for Primitive Fitting of Point Clouds,SIGGRAPH 2023
38 stars 8 forks source link

执行出现未知错误 #5

Closed PPzpower closed 6 months ago

PPzpower commented 6 months ago

您好,十分感谢您的工作成果分享! 我在执行测试代码时出现了如下错误,您有分享的建议解决这个问题吗? 我执行python generate_predictions_aug.py configs/config_SEDNet_normal.yml NoSave no_multi_vote no_fold5drop 后出现错误: Error in `python': free(): invalid pointer: 0x000055e38fa04128

MingFengHill commented 6 months ago

This could be caused by a version conflict between torch and open3d, I solved this by reinstalling open3d.

pip uninstall open3d
pip install open3d
PPzpower commented 6 months ago

This could be caused by a version conflict between torch and open3d, I solved this by reinstalling open3d.

pip uninstall open3d
pip install open3d

好的非常感谢