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
It seems that the shape of input image is (b, h, w), while the same function in TensorFlow can deal with color image. Is the library able to warp color image(3 channel) by simply add a dismension on code?
The text was updated successfully, but these errors were encountered:
Hi @taogelose , sorry but I doubt that it will work just by adding a channel dimension. You are more than welcome to check out the code and make a PR or see if the methods used can be extended for the channel dimension.
It seems that the shape of input image is (b, h, w), while the same function in TensorFlow can deal with color image. Is the library able to warp color image(3 channel) by simply add a dismension on code?
The text was updated successfully, but these errors were encountered: