Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiXin97 authored Jan 7, 2019
1 parent ed593df commit 57ae8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StereoVO
This is an OpenCV 3.0 and Ceres(is optional) based implementation of a stereo visual odometry algorithm.

[here is a blog post](http://lixin97.com/2018/12/23/%E2%80%9C%E7%AE%80%E5%8D%95%E7%9A%84%E5%8F%8C%E7%9B%AEVO%E2%80%9D/)
[here is a blog post](http://lixin97.com/2018/12/24/双目视觉里程计的实现/)

![image](https://github.com/robotlee1997/StereoVO/blob/master/demo/demo.jpeg)

Expand All @@ -22,4 +22,4 @@ cd ${PROJECT_SOURCE_DIR}/bin
./KITTI
```
#### Before you run
In order to run this algorithm, you need to have either your own data, or else the sequences from [KITTI's Visual Odometry Dataset](http://www.cvlibs.net/datasets/kitti/eval_odometry.php) . In order to run this algorithm on your own data, you must modify the intrinsic calibration page path in the code.
In order to run this algorithm, you need to have either your own data, or else the sequences from [KITTI's Visual Odometry Dataset](http://www.cvlibs.net/datasets/kitti/eval_odometry.php) . In order to run this algorithm on your own data, you must modify the intrinsic calibration page path in the code.

0 comments on commit 57ae8ad

Please sign in to comment.