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

how to initialize SFM with cameras poses and orientations priors #466

Closed
vholod opened this issue Feb 20, 2019 · 3 comments
Closed

how to initialize SFM with cameras poses and orientations priors #466

vholod opened this issue Feb 20, 2019 · 3 comments

Comments

@vholod
Copy link

vholod commented Feb 20, 2019

Hi,
Is there a way to initialize SFM with cameras poses and orientations priors?
Thanks,

@simonfuhrmann
Copy link
Owner

I don't think you can provide camera extrinsics without writing your own application that drives the sfm library. But there is some support for providing intrinsics, see here: #154

@HelliceSaouli
Copy link

HelliceSaouli commented Mar 17, 2019

@simonfuhrmann you should add this feature, everyone is asking for it x')

@simonfuhrmann
Copy link
Owner

Hi, unfortunately there isn't. There is a way to initialize cameras with intrinsics (see the other issue about this), but not with extrinsics. Because the latter requires a significantly different reconstruction approach. I know I should implement this feature, but it's probably not going to happen any time soon. Sooooorry!

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