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 don't understand the contribution of kernel_x, kernel_y_left and kernel_y_right in energy forwarding computing.
According to the paper, output(row, col) = energy(row, col) + min(output(row-1, col-1), output(row-1, col), output(row-1, col+1)).
What is kernel_x, kernel_y_left and kernel_y_right for?
The text was updated successfully, but these errors were encountered:
I don't understand the contribution of kernel_x, kernel_y_left and kernel_y_right in energy forwarding computing.
According to the paper, output(row, col) = energy(row, col) + min(output(row-1, col-1), output(row-1, col), output(row-1, col+1)).
What is kernel_x, kernel_y_left and kernel_y_right for?
The text was updated successfully, but these errors were encountered: