We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我使用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出了问题。
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,程序在segmentation-ext直接跳回到corner_detection_task,请问你解决了吗?
Sorry, something went wrong.
No branches or pull requests
我使用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出了问题。
The text was updated successfully, but these errors were encountered: