bledem / bbkf

Simultaneous MSCKF and YOLO ROS node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msckf_mono

Monocular MSCKF with ROS Support with YOLO customly trained object detection. Goal is simultaneous detection of the robot position (sensor fusion between inertial data and monocolar images) and the YOLO object (monocular camera images processed by neural network).

Ref for MSCKF Code: https://github.com/daniilidis-group/msckf_mono Paper: http://openaccess.thecvf.com/content_cvpr_2017/papers/Zhu_Event-Based_Visual_Inertial_CVPR_2017_paper.pdf

Ref for YOLO YOLOv3: An Incremental Improvement Joseph Redmon, Ali Farhadi

About

Simultaneous MSCKF and YOLO ROS node

License:MIT License


Languages

Language:C++ 98.7%Language:CMake 1.3%