We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a346b commit ef3c739Copy full SHA for ef3c739
orthority/fit.py
@@ -275,7 +275,7 @@ def _fit_frame(
275
cam_id = f'{cam_type!r}_fit_to_{ttl_gcps}_gcps'
276
c_xy = (K[0, 2], K[1, 2]) - (np.array(im_size) - 1) / 2
277
c_xy /= max(im_size)
278
- dist_param = dict(zip(_frame_dist_params[cam_type], dist_param.squeeze().tolist()))cast
+ dist_param = dict(zip(_frame_dist_params[cam_type], dist_param.squeeze().tolist()))
279
280
int_param = dict(
281
cam_type=cam_type,
0 commit comments