You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: