VINS-Mobile icon indicating copy to clipboard operation
VINS-Mobile copied to clipboard

Lift the efficiency of loop closure

Open luoru opened this issue 7 years ago • 1 comments

loop closure cost more time with increase of keyframe, the downsample of keyframe database was removed in the recent version(some keyframe need downsample were not add to 4 DOF optimization, but the database isn't downsampled). More over, is there need downsample features in BOW?, the procedure of find loop will cost more time with the increase of features of BOW

luoru avatar Aug 11 '17 08:08 luoru

Hi, yes. Your concern makes sense. Actually, we found in extremely long term datasets(such as the whole campus level), the loop detector will consume too much time. However, for the mobile app, we won't go that far in general. In our VINS-Mono, we both resample keyframe database and loop closure database. Please feel free to tell me if you found the loop detector becoming the bottleneck in VINS-Mobile. Thanks.

PeiliangLi avatar Aug 15 '17 03:08 PeiliangLi