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

openMVG/localization/ILocalizer.hpp: No such file or directory #31

Open
ultra-sonic opened this issue May 13, 2018 · 6 comments
Open

openMVG/localization/ILocalizer.hpp: No such file or directory #31

ultra-sonic opened this issue May 13, 2018 · 6 comments

Comments

@ultra-sonic
Copy link

hey guys,
i have really tried my best,but it seems this plugin does not compile anymore.
the only location I found the ILocalizer.hpp on my machine is
/usr/local/include/aliceVision/localization/ILocalizer.hpp

if I replace all openMVG includes with aliceVision I end up getting this:
/home/omarkowski/dev/AliceVision_ofxMVG/src/localizer/CameraLocalizer.hpp:9:63: fatal error: aliceVision/robust_estimation/robust_estimators.hpp: No such file or directory
And at this point I decided to post here because there is no such file on my machine. There are only a few files that are probably much newer than the one needed in here:
/usr/local/include/aliceVision/robustEstimation

thanks in advance
Oliver

@fabiencastan
Copy link
Member

Hi @ultra-sonic,
Thanks for you message.
Recently, we made huge changes in AliceVision and this repository has not been updated yet.
You also need to know that this repository is still a prototype that gives results but is not yet ready for production usages. Currently, the plugin localize each camera in the 3D reconstruction. If the reconstruction is dense enough and you have not too much motion blur, it will work. But for real production, with motion blur, challenging environments, etc. we need to add a 2nd pass to triangulate new points from the camera tracking itself to get high quality camera motion.
But if you are interested in contributing with us, you are more than welcome! The first need is to compile it with AliceVision and update the large renaming, include changes, namespace changes, etc.

@fabiencastan
Copy link
Member

If you are interested in camera tracking, we plan to integrate a fully automatic camera tracking solution into Meshroom but without the interaction / feedback that you can have with the openfx plugin.

@ahmed-t-mpc
Copy link

ahmed-t-mpc commented May 8, 2019

Hi ! In which MVG release can I find the openMVG/calibration and openMVG/localization folders ? Or could you please share them somewhere so I can build your mvg project ? Otherwise, do you have any sources of the LensCalibration plugin that build ?

@fabiencastan
Copy link
Member

It is intended to be used with https://github.com/alicevision/alicevision but the code has not been updated for a really long time. As said before, this repository is still a prototype that gives results but is not yet ready for production usages.

@ahmed-t-mpc
Copy link

It is intended to be used with https://github.com/alicevision/alicevision but the code has not been updated for a really long time. As said before, this repository is still a prototype that gives results but is not yet ready for production usages.

Hi. Please, how do I use the Alicevision binaries to test the camera tracking algorithm ? Where do I start ? Is there a documentation ?

@fabiencastan
Copy link
Member

Again, it's not yet ready for production, but you can follow this example (without using the Nuke plugin):
https://www.youtube.com/watch?v=1dhdEmGLZhY

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