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

segmentation_ext.region_growing_kernel()出现段错误 #22

Open
zahidzqj opened this issue Oct 14, 2021 · 1 comment
Open

segmentation_ext.region_growing_kernel()出现段错误 #22

zahidzqj opened this issue Oct 14, 2021 · 1 comment

Comments

@zahidzqj
Copy link

我使用conda-python37编译的segmentation_ext,且导包正常
当关闭多线程,运行python calibration.py --config ./configs/sample.yaml到
pc = utils.voxelize(pc, voxel_size=configs['calibration']['RG_VOXEL'])
'''查看pc.size:为296116,有数据 '''
# region growing segmentation
segmentation = segmentation_ext.region_growing_kernel(pc,.......)
当程序执行到此,直接段错误(核心转储),难道是因为编译的segmentation_ext出了问题。

@keira-wang
Copy link

我也遇到了这个问题,程序在segmentation-ext直接跳回到corner_detection_task,请问你解决了吗?

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

2 participants