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
So, is it equivalent to the same weights and biases being multiplied separately to the left and right image to separately produce the left and right inverse depths?(during forward pass)
or are the weights and biases different for the left and right images ?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi Ali,
In the code, there are two forward passes , one with left images as input and the other as right image.
semiDepth/monodepth_model.py
Line 508 in f8d342d
However the gradients have been updated once as shown here:
semiDepth/monodepth_model.py
Line 508 in f8d342d
So, is it equivalent to the same weights and biases being multiplied separately to the left and right image to separately produce the left and right inverse depths?(during forward pass)
or are the weights and biases different for the left and right images ?
Thanks in advance!
The text was updated successfully, but these errors were encountered: