You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If BoW is not deterministic, then I suspect -DDETERMINISTIC=ON flag can potentially produce different result in case of loop detection or relocalization or point triangulation inside mapping module.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am trying to understand if BoW calculation is deterministic in nature.
In FBoW repository, I came across
rand()
function which calculates BoW. https://github.com/rmsalinas/fbow/blob/e148dbcbd8ee1976b1b07988b5761a9171b9f01a/src/vocabulary_creator.cpp#L171If BoW is not deterministic, then I suspect
-DDETERMINISTIC=ON
flag can potentially produce different result in case of loop detection or relocalization or point triangulation inside mapping module.Can someone help me to understand this?
Thanks
Mitul
Beta Was this translation helpful? Give feedback.
All reactions