Hi thanks for your great work.
While trying to run vis_est_poses.py it gives error.
in renderer_vispy.py file, the line 402 below gives the error. because the model doesnt have "normals" key and values
vertices = np.array(list(zip(model["pts"], model["normals"], colors, texture_uv)), vertices_type)
what am I missing,
thanks in advance