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

Tanks and Temples Cams_1/ file data #25

Open
j-sripad opened this issue Mar 28, 2023 · 2 comments
Open

Tanks and Temples Cams_1/ file data #25

j-sripad opened this issue Mar 28, 2023 · 2 comments

Comments

@j-sripad
Copy link

The 00000000_cam.txt camera file for the Family scene in the tanks and temples intermediate test set is as follows:

extrinsic
0.999914 -0.000314413 -0.0130934 -0.0371895
6.96597e-06 0.999724 -0.0234745 -0.127538
0.0130972 0.0234724 0.999639 0.570572
0.0 0.0 0.0 1.0

intrinsic
1167.35 0.0 962.678
0.0 1167.35 541.296
0.0 0.0 1.0

0.394995 0.874995

The last line has the depth_min value = 0.394995 and the depth_max value is 0.394995
How was the depth_max value calculated given I already know the depth_min value?

Thanks

@wtyuan96
Copy link
Collaborator

The depth range in 00000000_cam.txt comes from the output of COLMAP SfM, please refer to MVSNet input from SfM output and the corresponding script for more information.

@j-sripad
Copy link
Author

I ran colmap on one of the scenes from the intermediate test set of tanks and temples. After which I ran the script. The resultant cams file has different depth_min, depth_interval values. The extrinsics are also varying widely.

extrinsic
-0.5881633085624604 -0.16835001444728442 0.7910260394553769 -0.2083889597104861
-0.03307577633315584 0.9822831302399821 0.1844609581074039 -0.9169789870213997
-0.8080655390999046 0.0823293670663239 -0.58331120325058 4.010675698779487
0.0 0.0 0.0 1.0

intrinsic
1160.1059371040562 0.0 978.5
0.0 1160.1059371040562 542.5
0.0 0.0 1.0

2.807188 0.439042 192.000000 86.664167

The above is an example 000000_cam.txt that I generated for the Family scene in tanks and temples intermediate test set.

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

2 participants