We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if intr.model=="SIMPLE_PINHOLE" or intr.model=="SIMPLE_RADIAL": focal_length_x = intr.params[0] FovY = focal2fov(focal_length_x, height) FovX = focal2fov(focal_length_x, width) elif intr.model=="PINHOLE" or intr.model=="OPENCV" or intr.model=="RADIAL": focal_length_x = intr.params[0] focal_length_y = intr.params[1] FovY = focal2fov(focal_length_y, height) FovX = focal2fov(focal_length_x, width)
the result is much lower. For example your paper states that metrics of "13" scene is 31.60 / 0.92 / 0.22, my result is 27.81 / 0.86 / 0.22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the result is much lower. For example your paper states that metrics of "13" scene is 31.60 / 0.92 / 0.22, my result is 27.81 / 0.86 / 0.22
The text was updated successfully, but these errors were encountered: