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
Hi, thanks for your interest in our work!
The shape of y_pred in the loss Lstructure is [batch size, image size, 2], where the 2 is the channel number.
Please refer to the function diffs_with_edge. The first channel [..., 0:1] is the predicted appearance transformation map, while the second channel [..., 1:2] is the edge map.
May I ask, in this code, what is the shape of y_pred? Is it [1,1, image size]?
The text was updated successfully, but these errors were encountered: