Visual Odometry
DPVO
The DPVO
class is a wrapper for the DPVO model, which estimates camera poses from RGB images using a deep learning approach.
class DPVO()
def run()
Uses DPVO to predict the camera pose for the given RGB image relative to the previous one. If this is the first image, initializes the pose estimation routine.
The input RGB image of shape .
The predicted pose as a 1x6 tensor containing X, Y, Z positions and R, P, Y orientation.
This code is licensed under the MIT License.
Was this page helpful?