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
but pano_img is a Bx3xHxW tensor, maybe there should be "pano_img.shape[2]" and "pano_img.shape[3]" instead of "pano_img.shape[0]" and "pano_img.shape[1]"?
The text was updated successfully, but these errors were encountered:
in https://github.com/cvg/GeoCalib/blob/main/siclib/geometry/base_camera.py#L471:
pano_shape = (int(pano_img.shape[0] * scale), int(pano_img.shape[1] * scale))
but pano_img is a Bx3xHxW tensor, maybe there should be "pano_img.shape[2]" and "pano_img.shape[3]" instead of "pano_img.shape[0]" and "pano_img.shape[1]"?
The text was updated successfully, but these errors were encountered: