Real-time visual SLAM on embedded platforms

ORB-SLAM2 is a visual based SLAM (Simultaneous Localization and Mapping) application that estimates the trajectory of a moving object and at the same time, creates a map of the environment. This allows for good indoor spatial tracking as well as movement tracking. However, the robustness of ORB-SLAM...

全面介紹

Saved in:
書目詳細資料
主要作者: Chai, Boon Hui
其他作者: Lam Siew Kei
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2020
主題:
在線閱讀:https://hdl.handle.net/10356/137898
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:ORB-SLAM2 is a visual based SLAM (Simultaneous Localization and Mapping) application that estimates the trajectory of a moving object and at the same time, creates a map of the environment. This allows for good indoor spatial tracking as well as movement tracking. However, the robustness of ORB-SLAM2 is degraded in the presence of moving objects in the scene as the pixels that are selected for referencing between image frames may belong to these dynamic objects. This problem can be mitigated by using semantic segmentation to distinguish between static and dynamic objects in the scene and allow only the pixels of static objects to be used for referencing between image frames. The purpose of this report is to evaluate the performance of combining ORB-SLAM2 and semantic segmentation on an embedded platform.