MarvinChung / Orbeez-SLAM

GNU General Public License v3.0
260 stars 28 forks source link

no loop closure and global BA occur #15

Open ICG0401 opened 10 months ago

ICG0401 commented 10 months ago

First thanks for your best work.

When I use the Monocular SLAM in datasets , I can not find any loop closure occurs. When I print the nmatches, I found it's lower than 20. But when I use the ORB_SLAM2, it can get some frames upper than 20. It can find the loop closure and then global BA.

What should I do to slove this problem. Thanks a lot.