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

Change Intrinsic parameters to fit with own camera #13

Open
AIMads opened this issue Jul 5, 2022 · 1 comment
Open

Change Intrinsic parameters to fit with own camera #13

AIMads opened this issue Jul 5, 2022 · 1 comment

Comments

@AIMads
Copy link

AIMads commented Jul 5, 2022

Hey!

Is it possible to change intrinsic parameters to fit with your own camera? Or is the model not affected by it?

@EryiXie
Copy link
Owner

EryiXie commented Jul 5, 2022

Yes, if you want to train the network on a new dataset, you can just reimplement the function to read the camera intrinsic.

def get_camera_matrix(self, rgb_file_name):

But for inferencing with any data samples, the camera intrinsic is not asked to be given. However, rumors said neural networks learn the camera parameters implicitly if trained for monocular depth estimation in the most vanilla ways, and therefore they can not generalize well for other camera models.

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