mapillary / OpenSfM

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

video as input data #916

Open Aladgit opened 2 years ago

Aladgit commented 2 years ago

Is there a way to use a single video file as input data allowing OpenSfM to cut it in frames and extract the GPS data accordingly?

YanNoun commented 2 years ago

Hi,

If you have a video file that OpenCV can read and if you have a synchronized GPX file, you can give it a try with the import_video script : https://github.com/mapillary/OpenSfM/blob/main/bin/import_video

Let me know if that helps,

Yann