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

RGB only? #9

Closed
OliverEvans96 opened this issue Sep 16, 2022 · 3 comments
Closed

RGB only? #9

OliverEvans96 opened this issue Sep 16, 2022 · 3 comments

Comments

@OliverEvans96
Copy link

Hello,

This looks like a great project! I'm not very familiar with VO / CV in general. It seems that a depth map is necessary for each frame.

Is it possible to use this library without depth maps? If not, can you suggest a way to calculate/approximate them?

My goal is simply to determine the motion of a camera through a static environment given a set of RGB images.

Thanks!
Oliver

@mpizenberg
Copy link
Owner

Hi @OliverEvans96 thanks for the kind words. Eventually the goals were to reach that point where only RGB images are needed indeed. I didn’t get the time to complete this project to that point. One way would be to initialize depth maps with disparity search, as is done in stereo vision. Another way is to retrieve an approximate depth map using deep learning. But in all cases, this project isn’t as advanced and robust as state of the art projects.
I could recommend ORB-SLAM, which was the best last time I checked, https://github.com/UZ-SLAMLab/ORB_SLAM3

@mpizenberg
Copy link
Owner

Otherwise, if you’re interested in a more deep dive in the subject (never knows ^^) I could recommend the parts of my thesis explaining this project. You can find the pdf and the defense video from this page https://matthieu.pizenberg.fr/research/thesis/

@OliverEvans96
Copy link
Author

Thanks a lot for the reply!

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