Giter Site home page Giter Site logo

visualodometry's Introduction

Visual Odometry Scripts

Overview

This repository contains two Python scripts for visual odometry using different feature detection algorithms:

  1. VO.py: Visual odometry using ORB. Please note that it is currently not fully operational.

  2. VO2.py: Visual odometry using SIFT. This implementation is functional.

Usage

Before running the scripts, make sure to configure the necessary paths by providing the following information:

  • Path to Data Sequence: <path_to_data_sequence>
  • Path to Calibration File: <path_to_calib_file>
  • Path to Ground Truth: <path_to_ground_truth>
  • Path to Store Generated Data: <path_to_generated_data>

Example Usage for SIFT Odometry

# Visualize trajectory
evo_traj kitti VOPoses/SIFT_02.txt --ref=GTPoses/02.txt -p --plot_mode=xz

# Compute Absolute Pose Error (APE) and visualize results
evo_ape kitti GTPoses/02.txt VOPoses/SIFT_02.txt -va --plot --plot_mode xz --save_results results/SIFT02.zip

Replace the placeholder paths (<...>) with your specific file and directory paths.

Important Note

  • VO.py Status: The ORB-based visual odometry in VO.py is currently not fully functional.
  • VO2.py Status: The SIFT-based visual odometry in VO2.py is functional and ready for use.

Feel free to experiment and contribute to the improvement of the ORB-based visual odometry implementation. If you encounter any issues or have suggestions, please submit them through the repository's issue tracker.

Happy coding!

visualodometry's People

Contributors

muhammad0312 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.