Will Gan
Results
1
comments of
Will Gan
according to the changelog of 3.11.1 document: Rigid3d.essential_matrix becomes pycolmap.essential_matrix_from_pose. pycolmap.essential_matrix_from_pose(cam2_from_cam1: [pycolmap.Rigid3d](https://colmap.github.io/pycolmap/pycolmap.html#pycolmap.Rigid3d))→ numpy.ndarray[numpy.float64[3, 3]] May I suggest replacing the line j_E_i = j_from_i.essential_matrix() in compute_epipolar_errors as follows: ``` j_E_i =...