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 am trying to apply the ScaleAndShiftInvariantLoss to depth_nerfacto as depth loss. Currently, there is an option that uses depth_ranking_loss with zoe depth. This works fine. I am thinking if I can instead use ScaleAndShiftInvariantLoss with zoe depth here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to apply the ScaleAndShiftInvariantLoss to depth_nerfacto as depth loss. Currently, there is an option that uses depth_ranking_loss with zoe depth. This works fine. I am thinking if I can instead use ScaleAndShiftInvariantLoss with zoe depth here.
What I have done:
In depth_nerfacto, I modified
Here
self.scale_shift_invariant_loss = ScaleAndShiftInvariantLoss(alpha=0.5, scales=1)
This doesn't give reasonable results. I specifically have two questions:
depth = depth / ray_bundle.metadata["directions_norm"]
as done in base_surface_model.py?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions