GithubHelp home page GithubHelp logo

Comments (7)

ccamposm avatar ccamposm commented on June 2, 2024

Hi @liangsongLee.
If both candidate images for loop-closing have a similar point of view (ORB descriptors are likely to be similar) and there exist enough map points, there shouldn't be any problem. Is that the case?

from orb_slam3.

liangsongLee avatar liangsongLee commented on June 2, 2024

@ccamposm Hi, I find the problem is here:

if(bConverge)

bConverge is always false, so it can not do the following process in loop closing.
The reason for this is here:
if(mnInliersi>mRansacMinInliers)

mnInliersi>mRansacMinInliersis false. so bConverge is false. However, when I use pinhole camera, this situation will not happen.Is it caused by the fisheye camera?

from orb_slam3.

ccamposm avatar ccamposm commented on June 2, 2024

You should check your calibration for fisheye, since loopclosing is similarly performed for any camera model. Reopen if problem persists.

from orb_slam3.

ouyangandy avatar ouyangandy commented on June 2, 2024

@liangsongLee 请问您解决了这个问题吗?我使用廉价的单目鱼眼相机,进行标定后也是这个结果,始终无法检测到闭环,看到了您的分析,但不知道该如何处理。

from orb_slam3.

liangsongLee avatar liangsongLee commented on June 2, 2024

You should check your calibration for fisheye, since loopclosing is similarly performed for any camera model. Reopen if problem persists.

Hi, I tested TUM VI open datasets with loops, using their published calibration params of fisheye, but it can not detect the loop either. So I guess it is not the problem of my calibration.

from orb_slam3.

liangsongLee avatar liangsongLee commented on June 2, 2024

@liangsongLee 请问您解决了这个问题吗?我使用廉价的单目鱼眼相机,进行标定后也是这个结果,始终无法检测到闭环,看到了您的分析,但不知道该如何处理。

没有解决,我试了tum鱼眼公开数据集,用了他们公开的鱼眼标定参数,也不能闭环,针孔相机有时候也不能闭环。

from orb_slam3.

ouyangandy avatar ouyangandy commented on June 2, 2024

@liangsongLee 请问您解决了这个问题吗?我使用廉价的单目鱼眼相机,进行标定后也是这个结果,始终无法检测到闭环,看到了您的分析,但不知道该如何处理。

没有解决,我试了tum鱼眼公开数据集,用了他们公开的鱼眼标定参数,也不能闭环,针孔相机有时候也不能闭环。

测试一下最新版本库的代码。我更新了一下代码,今天多尝试了一组数据,发现能闭环了,具有一定的偶然性。使用的是单目鱼眼相机,且用的是自己买的廉价相机,使用kalibr进行标定的。

from orb_slam3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.