OpenSfM
OpenSfM copied to clipboard
video as input data
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?
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