ILCC icon indicating copy to clipboard operation
ILCC copied to clipboard

Example error

Open crankler opened this issue 5 years ago • 1 comments

Hi, when I download the example and try to test ILCC_sample_perspective_data, I can finish the process command of "from ILCC import img_corners_est" and "from ILCC import pcd_corners_est", but when I input "LM_opt.cal_ext_paras()", there shows

double free or corruption (out) Aborted (core dumped)

and I find the error locate in :

transformation = pyopengv.absolute_pose_upnp(img_bearing_vectors,pcd_bearing_vectors)[0]

I've installed the opengv package and can import opengv without error, can you tell me how to fix this error? thank you!

crankler avatar Jun 22 '20 02:06 crankler

@crankler Have you solve this problem?

nonlinear1 avatar May 13 '21 12:05 nonlinear1