在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ZhenghaoFei/visual_odom开源软件地址:https://github.com/ZhenghaoFei/visual_odom开源编程语言:C++ 98.4%开源软件介绍:Stereo Visual OdometryThis repository is C++ OpenCV implementation of Stereo Visual Odometry, using OpenCV Reference Paper: https://lamor.fer.hr/images/50020776/Cvisic2017.pdf Demo video: https://www.youtube.com/watch?v=Z3S5J_BHQVw&t=17s RequirementsOpenCV 3.0 sudo apt update
sudo apt install libopencv-dev If you use CUDA, compile and install CUDA enabled OPENCV. check InstallOPENCV.md DatasetTested on KITTI odometry dataset. Compile & Rungit clone https://github.com/ZhenghaoFei/visual_odom.git The system use Camera Parameters in calibration/xx.yaml, put your own camera parameters in the same format and pass the path when you run. mkdir build
cd build
cmake ..
make -j4
./run /PathToKITTI/sequences/00/ ../calibration/kitti00.yaml GPU CUDA accelerationThanks to temburuyk, the most time consumtion function
cmake .. -DUSE_CUDA=on
Reference code |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论