Dual-Pixel-Exploration-Simultaneous-Depth-Estimation-and-Image-Restoration
Dual-Pixel-Exploration-Simultaneous-Depth-Estimation-and-Image-Restoration copied to clipboard
Back propagation of simulator
Hi,
In your implementation of simulator, the predicted depth map is used to calculate the positions of four boundary points. Then, the positions are used in index operation to search for certain regions of the integral image. However, the index operation does not support backpropagation in general, so how could you supervise your predicted depth map in simulator?
Best Regards