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
When converting between tensors, numpy arrays and through different stages of the workflow the axis are swapped and flipped an excessive amount.
for example some parts of the workflow require [batch,classes,x,y] and others require [batch,x,y,classes]. there are also issues when running single class, band or batch's with the need to unsqueeze.
in some cases it appears converting between numpy and tensor flips the image.
The text was updated successfully, but these errors were encountered:
When converting between tensors, numpy arrays and through different stages of the workflow the axis are swapped and flipped an excessive amount.
for example some parts of the workflow require [batch,classes,x,y] and others require [batch,x,y,classes]. there are also issues when running single class, band or batch's with the need to unsqueeze.
in some cases it appears converting between numpy and tensor flips the image.
The text was updated successfully, but these errors were encountered: