360SD-Net: 360° Stereo Depth Estimation with Learnable Cost Volume: Difference between revisions

Line 19: Line 19:
equi_info = angle_ys
equi_info = angle_ys
</pre>
</pre>
The angles are equivalent to <code>np.linspace(90, -90, height+1)[:-1] - 0.5*(180/height)</code> and broadcast into a \([H, W, 1]\) image tensor.
The angles are equivalent to <code>np.linspace(90, -90, height+1)[:-1] - 0.5*(180/height)</code> and broadcast into an \([H, W, 1]\) image tensor.


===Feature Extraction===
===Feature Extraction===