From e3ed217aa08e8dae580e58093c2de8cb6cf3e688 Mon Sep 17 00:00:00 2001 From: Goutham77777 Date: Tue, 1 Sep 2026 10:20:51 +0530 Subject: [PATCH 1/2] Update project README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f8b4bb7..aa92f23 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ python test.py 2. [Monocular Visual Odometry using OpenCV](http://avisingh599.github.io/vision/monocular-vo/) and its related project report [_Monocular Visual Odometry_](http://avisingh599.github.io/assets/ugp2-report.pdf) | Avi Singh Search "cv2.findEssentialMat", "cv2.recoverPose" etc. in github, you'll find more python projects on slam / visual odometry / 3d reconstruction +## Project Update + +This project implements a simple monocular visual odometry system in Python. + +### Contribution + +Added project documentation as part of a GitHub collaborative development workflow. \ No newline at end of file From 719f02afa80922ae73c1399a921dba835d41ccfb Mon Sep 17 00:00:00 2001 From: Goutham77777 Date: Tue, 1 Sep 2026 10:29:04 +0530 Subject: [PATCH 2/2] Add project run instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa92f23..6293d36 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,12 @@ This project implements a simple monocular visual odometry system in Python. ### Contribution -Added project documentation as part of a GitHub collaborative development workflow. \ No newline at end of file +Added project documentation as part of a GitHub collaborative development workflow. +## How to Run + +1. Install Python on your system. +2. Install the required Python packages. +3. Run the visual odometry program using Python. + +Example: +python visual_odometry.py \ No newline at end of file