-
Notifications
You must be signed in to change notification settings - Fork 72
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
Launching on dataset of images #35
Comments
…isualization (cvg#35) * Fix visualize utils * Add output option for visualizing 3d lines with scaling * change output logic, add help description * minor. Co-authored-by: B1ueber2y <[email protected]>
Ok, so my bad was to try launch Fitnmerge on the image dataset. I've tried to launch python runners/hypersim/triangulation.py on my dataset and got 0 triangulated points. I've put right focal value to K matrix and cx/cy too. SO for every image I've got something like that
And in the end
After that
I guess this error is related to 0 triangulated points. |
Well, i was able to launch colmap_triangulation.py on my data. Glad I've got prepared data using colmap. Though 0 triangulated points running |
Hi. Thanks a lot for the interest! The current line mapping only supports running on posed images. So you need to first run COLMAP (or any other SfM software) to get the extrinsic parameters for each image. You can refer to the newly released documentation here: http://b1ueber2y.me/projects/LIMAP/docs/tutorials/triangulation.html#line-mapping-on-a-set-of-images In addition to this, we are currently building a hybrid SfM system that can estimate the poses inside the LIMAP framework with both points and lines considered, but it will only be released in another few months. Thanks a lot! |
Hello and thanks for your code.
Is it possible to run your code on a dataset consists of images only with no extra parameters? I mean i have only folder with images from the same camera but nothing else - no camera parameters or precomputed results. Anything could be done to run your code on such image folder?
The text was updated successfully, but these errors were encountered: