KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
libviso
★ 10
Open GitHub ↗
Visual Odometry library
Download README (.md)
Explore Similar Repositories
jQuery-transitionEndPromise
:
Obtain a promise that's resolved upon the next CSS Transition / Animation
prism-sample-project
:
A sample angular application that uses grunt-connect-prism
cloudify-fabric-plugin
:
For running fabric tasks or commands from the manager
cute-logger
:
:speech_balloon: Simple way to log messages in stdout or other stream.
democratictravelers
:
An Airstream adventure with a crowd-sourced itinerary.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
libviso
?
Download (.md)
libviso: Visual Odometry library ================================ You will need to download kitti dataset if you would like to test the code: here: http://www.cvlibs.net/download.php?file=data_odometry_gray.zip Edit src/CMakeLists.txt and set opencv and eigen path's. You can download eigen here http://eigen.tuxfamily.org/. Build the code: ``` mkdir debug cd debug cmake .. make ``` After you do this you will have debug/src/kitti executable. set KITTI_HOME env variable to where you put your kitti data and now you can run the exec: * result_sha is a run name (your choose it) * seq_name is the name of kitti sequence (i.e., 00) * begin end are first and last frame that will be processed