SuperPoint_SLAM VS ORB_SLAM2

Compare SuperPoint_SLAM vs ORB_SLAM2 and see what are their differences.

SuperPoint_SLAM

SuperPoint + ORB_SLAM2 (by KinglittleQ)

ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities (by raulmur)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
SuperPoint_SLAM ORB_SLAM2
2 8
504 9,021
- -
1.8 0.0
about 3 years ago 6 days ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SuperPoint_SLAM

Posts with mentions or reviews of SuperPoint_SLAM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Modular Open Source Visual SLAM
    4 projects | /r/computervision | 27 Oct 2022
    Hi everyone, I am trying to implement a VSLAM with DNN specifically the Feature Extraction module in the SLAM pipeline. Something on the lines of this repo Superpoint_SLAM , which integrates SuperPoint Feature extraction into ORB_SLAM2
  • Complete Open Source Deep Learning Implementations For V-SLAM
    2 projects | /r/computervision | 31 Jan 2021
    As you've mentioned, there are many papers on deep local feature extraction, like SuperPoint and R2D2. If you wish to use them in SLAM, you can simply replace the feature extraction module in the existing SLAM system with the deep local feature method. An example is shown here - this system uses SuperPoint as local features instead of ORB features in the original ORB-SLAM 2 pipeline. https://github.com/KinglittleQ/SuperPoint_SLAM

ORB_SLAM2

Posts with mentions or reviews of ORB_SLAM2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Any links/tutorials on how to integrate a mono cam with ros noetic for slam?
    2 projects | /r/ROS | 8 Jun 2023
    ORB_SLAM2 on GitHub: https://github.com/raulmur/ORB_SLAM2
  • How to implement SLAM from scratch in C++
    9 projects | /r/computervision | 17 May 2023
  • Modular Open Source Visual SLAM
    4 projects | /r/computervision | 27 Oct 2022
    Hi everyone, I am trying to implement a VSLAM with DNN specifically the Feature Extraction module in the SLAM pipeline. Something on the lines of this repo Superpoint_SLAM , which integrates SuperPoint Feature extraction into ORB_SLAM2
  • Camera for slam
    1 project | /r/ROS | 29 Jan 2022
    Maybe you could give Orb-SLAM2 a try with a Pi cam. The package says it works with a monocular camera. https://github.com/raulmur/ORB_SLAM2
  • ORBSLAM2 for python3
    4 projects | /r/computervision | 19 Apr 2021
    I am thinking about migrating ORBSLAM2(written in cpp) to python3. Currently there are only python3 wrappers for ORBSLAM2, like ORB_SLAM2-PythonBindings and pyORBSLAM2. The biggest problem is that I can't easily and quickly improve, change all the stuff in cpp, as it would be in python. I am aware that the cpp code is much faster the python equivalent, but implementing and improving additional features is much easier in python, at least for me. For converting the code, I'll keep the optimization stuff like g2o(g2opy), pangolin(pypangolin) and DBoW2(pyDBoW) in cpp, but the rest should be in pure python code.
  • Where to “learn” SLAM in 3 hours?
    1 project | /r/robotics | 26 Jan 2021
    This repo has an advanced SLAM implementation. They also link to a few research papers about how this group made this SLAM algorithm. The ORB SLAM 2 paper has all of the parts of modern SLAM systems, so I'd read that, and the other papers if you have time at the end.
  • Introduction To Epipolar Geometry And Stereo
    1 project | /r/computervision | 3 Jan 2021
    Example: https://github.com/raulmur/ORB_SLAM2/blob/f2e6f51cdc8d067655d90a78c06261378e07e8f3/Examples/ROS/ORB_SLAM2/src/ros_stereo.cc#L71
  • [Question] Detecting camera translation in a video
    1 project | /r/opencv | 23 Dec 2020
    I'm not sure what your final application is, but you can use a SLAM algorithm to recover your camera trajectory. I've used ORB SLAM 2, and it's pretty nice.

What are some alternatives?

When comparing SuperPoint_SLAM and ORB_SLAM2 you can also consider the following projects:

rtabmap - RTAB-Map library and standalone application

ORB_SLAM2-PythonBindings - A python wrapper for ORB_SLAM2

orb_slam_2_ros - A ROS implementation of ORB_SLAM2

Mini-SLAM_student - Student version of Mini-SLAM.

openvslam - OpenVSLAM: A Versatile Visual SLAM Framework

pyslam - pySLAM contains a monocular Visual Odometry (VO) pipeline in Python. It supports many modern local features based on Deep Learning.

open_vins - An open source platform for visual-inertial navigation research.

pyORBSLAM2 - Ultra-fast Boost.Python interface for ORBSLAM2

slambook-en - The English version of 14 lectures on visual SLAM.

maplab - A Modular and Multi-Modal Mapping Framework