You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met a trouble with "np.savez_compressed(output_path, data=np.array(gt_depths,dtype=np.float32))
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (697,) + inhomogeneous part." When I ran "python export_gt_depth.py --data_path kitti_data --split eigen".could you help me to get over it.
The text was updated successfully, but these errors were encountered:
I met a trouble with "np.savez_compressed(output_path, data=np.array(gt_depths,dtype=np.float32))
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (697,) + inhomogeneous part." When I ran "python export_gt_depth.py --data_path kitti_data --split eigen".could you help me to get over it.
The text was updated successfully, but these errors were encountered: