mapillary / OpenSfM

Open source Structure-from-Motion pipeline
https://www.opensfm.org/
BSD 2-Clause "Simplified" License
3.38k stars 858 forks source link

Can this library being used for SLAM like project? #88

Closed hilmandayo closed 8 years ago

hilmandayo commented 8 years ago

I have one project in mind. Can I achieve something like this with this library? Kinda like give that 3D perception to it. Kind of like SLAM, but no need for mapping. Just self-localizing and detect objects in surrounding.

I want to experiment and try to search for a good methods for my project. I am still new to this, so still kind of lost.

paulinus commented 8 years ago

OpenSfM works with still images and does point matching without assuming any temporal continuity. You can sample a video and feed the images to OpenSfM, but it is going to be slower than using a SLAM tool.

If you want to work on realtime SLAM, I would recommend you using https://github.com/raulmur/ORB_SLAM2