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

Provide a simple runner which runs from a folder of images #352

Open
ayushbaid opened this issue Oct 14, 2021 · 3 comments
Open

Provide a simple runner which runs from a folder of images #352

ayushbaid opened this issue Oct 14, 2021 · 3 comments

Comments

@ayushbaid
Copy link
Contributor

We have runners for specific datasets, but there is no simple way right now to just run GTSFM on a folder of images.

We can solve this using the following:

  1. Reintroduce depricated FolderLoader or some version of it which just takes in a folder of input images.
  2. Infer intrinsics from the exif file and the sensor database. If intrinsics cannot be inferred, approximate it from the image shape.
  3. Perform fundamental matrix estimation instead of essential matrix estimation.

Additional benchmarks needed for this task:

  1. F-matrix estimation for a few datasets.
@ayushbaid
Copy link
Contributor Author

@johnwlambert please add/modify information as you find useful.

@johnwlambert
Copy link
Collaborator

Hi @ayushbaid, I was able to run the Olsson runner today with EXIF only. Other libraries like OpenMVG also require EXIF, so I think it's a reasonable assumption for now.

@Padarn
Copy link

Padarn commented Oct 15, 2021

@johnwlambert you are right, we do not have EXIF (at least not in the standard format, we have it in other metadata. I can implement my own loader to read the EXIF in a different way.

Thanks a lot!

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

3 participants