closed loop detection

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

closed loop detection

jasonz
hi,
  I would like to ask DBOW2 is online or offline When used in closed loop detection.
Reply | Threaded
Open this post in threaded view
|

Re: closed loop detection

matlabbe
Administrator
Hi,

I think DBOW2 can be used online, however I don't think its computation is bounded over time (as the scale of the environment increases) like RTAB-Map.

cheers
Reply | Threaded
Open this post in threaded view
|

Re: closed loop detection

jasonz
Thank you for your quick reply.You mean that rtmap uses online training  dictionary and the dictionary in increasing?
And I also want to know how to  choose k in kmean++?
Reply | Threaded
Open this post in threaded view
|

Re: closed loop detection

matlabbe
Administrator
Yes, and there is a memory management mechanism that limits the time used for dictionary update and loop closure estimation to a fixed time threshold. See the papers for more info.

I don't know about how choosing k for kmean++.

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: closed loop detection

jasonz
thanks very much!