-
Notifications
You must be signed in to change notification settings - Fork 4
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
Camera properties #5
Comments
Hi, You will need the camera poses to use this method. If you don't have them, you can have a look at more advanced methods called Structure-from-Motion (SfM). They can estimate both the scene structure and the camera relative poses. Here is an example of textured reconstructed mesh I could obtain with Kitware's open-source SfM pipeline (KWIVER+TeleSculptor): https://blog.kitware.com/3d-reconstruction-from-smartphone-videos/ Otherwise, COLMAP is also a very good alternative: https://colmap.github.io/tutorial.html |
Okay . |
I did not generate this ".mat" file myself as it was provided in the Dino dataset, but I guess the |
Hello.
Is it possible to do this task without the camera properties(projection matrix) which is in the dino_ps.mat file. Or can you suggest me some reference or code which does this task without camera properties as I'm given with the same task of 3d reconstruction with multiple images but no camera properties are given
The text was updated successfully, but these errors were encountered: