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

prior_mean #1

Open
ZZZENG opened this issue May 15, 2023 · 5 comments
Open

prior_mean #1

ZZZENG opened this issue May 15, 2023 · 5 comments

Comments

@ZZZENG
Copy link

ZZZENG commented May 15, 2023

How is the prior_mean calculated?
Thanks~

@ZZZENG
Copy link
Author

ZZZENG commented May 15, 2023

prior_mean

kitti is 2.54 and nyu is 1.54

@cnexah
Copy link
Owner

cnexah commented May 15, 2023

It's the mean of the log of depth values at all valid pixels at all training images.

@ZZZENG
Copy link
Author

ZZZENG commented May 16, 2023

It's the mean of the log of depth values at all valid pixels at all training images.

Does this mean that before each training session, it is necessary to calculate the depth mean of all current training images?

@cnexah
Copy link
Owner

cnexah commented May 16, 2023

If you train on KITTI or NYU, just use the fixed number 2.54 or 1.54 respectively. It's not necessary to compute it again.
If you train on your own data set, I would recommend to compute the depth mean.

@ZZZENG
Copy link
Author

ZZZENG commented May 17, 2023

If you train on KITTI or NYU, just use the fixed number 2.54 or 1.54 respectively. It's not necessary to compute it again. If you train on your own data set, I would recommend to compute the depth mean.

Got it, thank you very much.

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