Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about ORB-SLAM3 feature points. #7

Open
zhang-mu-zhi opened this issue Jun 30, 2023 · 1 comment
Open

Some questions about ORB-SLAM3 feature points. #7

zhang-mu-zhi opened this issue Jun 30, 2023 · 1 comment

Comments

@zhang-mu-zhi
Copy link

Hello,
according to the algorithm in your paper, the robot's navigation requires the combination of yolo's bounding_boxes and ORB-SLAM3's feature points.
But when I ran the ORB-SLAM3 code, I found that the distribution of feature points generated by ORB-SLAM3 was uneven, and many yolo's bounding_boxes did not have ORB-SLAM feature points.
As shown in the picture below, there are no feature points on the chair at all, but there are many feature points on the umbrella.
Therefore this algorithm cannot be run.
So how do you solve this problem?
I am very interested in the algorithm of your paper, so I have been trying to reproduce the robot navigation algorithm in your article . Thanks very much for your help.
thank you very much
Github问题的图片

@mmahdavian
Copy link
Owner

Hi zhang

Sorry for late reply. I've been on vacatioon. What you mention here is somehow true. It sometimes happens. But usually by moving the robot and giving it more time, ORB-SLAM finds other feature points too. Also I think I've seen other versions of ORB-SLAM that tries to find features more evenly. You can search for those. I didn't have that much trouble with my tests. So I didn't use them. Maybe putting a small paper on the top middle point of an object could help. So ORB features would be found there.

Good Luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants