You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
I am wondering how can I get the ex/intrinsics by colmap and store it into calibration.json.
What I have done is using colmap gui and get the parameters and export them to .txt:
# Camera list with one line of data per camera:
# CAMERA_ID, MODEL, WIDTH, HEIGHT, PARAMS[]
# Number of cameras: 1
1 SIMPLE_RADIAL 1920 1080 4442.37 960 540 -0.0920246
# IMAGE_ID, QW, QX, QY, QZ, TX, TY, TZ, CAMERA_ID, NAME
1 0.97039 -0.238968 0.0104339 -0.0335974 -1.07221 -2.75473 2.19396 1 down.jpg
2 0.997979 -0.0634341 0.00200262 -0.00320611 -0.830256 -0.54455 0.924563 1 front.jpg
3 0.969716 -0.0510358 -0.238216 0.0172955 2.78444 -0.361813 0.919001 1 left_30.jpg
4 0.924454 -0.0686466 -0.370858 -0.056008 4.44329 -0.847429 1.52017 1 left_60.jpg
5 0.96706 -0.0668973 0.244203 0.0261598 -4.22796 -0.607595 1.86112 1 right_30.jpg
6 0.924637 -0.0629251 0.373441 0.0403556 -5.59472 -0.66673 2.52344 1 right_60.jpg
7 0.993836 0.110606 -0.00483683 -0.00566639 -0.826491 1.70379 1.96883 1 top.jpg
What more do I need to do to use the multi-view feature?
How can I get the min_bound, max_bound? There is no such information in the result of colmap.
Is TX, TY, TZ corresponding to translation matrics?
Is QW, QX, QX, QZ corresponding to rotation matrics? But your sample shows rotation is 3x3 matrics, mine is 1x4.
The camera model is SIMPLE_RADICAL,I wonder how can I get yours? Or if all my cameras are the same, can I just use a random array for all intrinsics for all cameras?
Hi,
I am wondering how can I get the ex/intrinsics by colmap and store it into
calibration.json.What I have done is using colmap gui and get the parameters and export them to .txt:
What more do I need to do to use the multi-view feature?
min_bound,max_bound? There is no such information in the result of colmap.Thanks!