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
See TIOCreateCVPixelBufferFromTensor. Right now we assert that the output shape is a multiple of 16 but this should work with output shapes of any size, especially Inception models that are 299x299.
The text was updated successfully, but these errors were encountered:
See
TIOCreateCVPixelBufferFromTensor
. Right now we assert that the output shape is a multiple of 16 but this should work with output shapes of any size, especially Inception models that are 299x299.The text was updated successfully, but these errors were encountered: