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

Asking about range of depth map prediction value #46

Open
RyanPham19092002 opened this issue Jul 4, 2024 · 2 comments
Open

Asking about range of depth map prediction value #46

RyanPham19092002 opened this issue Jul 4, 2024 · 2 comments
Assignees

Comments

@RyanPham19092002
Copy link

I used my custom dataset to train your model, and I want to add depth map loss supervisor to increase the accuracy.
My depth map custom dataset has range from [0,1000] (meters).
I want to know what range of the depth map prediction value that I can scale my custom dataset depth map to fit with those prediction and using loss function.
Thank you so much.

@donydchen
Copy link
Owner

Hi @RyanPham19092002, you might consider scaling your depth to range (1, 100) since it is the range used by the released model. However, this range is empirically set as we do not have ground truth depth in training. In your case, you can also consider setting the near and far range to better align with the ground truth depth. For more details on setting the near and far range, kindly refer to #11 (comment).

Besides, to train with depth loss, you might need to replace the 3DGS renderer. For more details, please refer to #40 (comment).

Feel free to let us know if you have any other questions. Cheers.

@donydchen donydchen self-assigned this Jul 5, 2024
@RyanPham19092002
Copy link
Author

RyanPham19092002 commented Jul 6, 2024 via email

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