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
@coyotte508@radames any suggestions for converting the text to image arrayBuffer to an imageData object. This does not seem to have the correct dimensions
let UAC = new Uint8ClampedArray( objectDetectionRes, 768, 768);
let imageData = new ImageData(UAC, 768, 768);
@coyotte508 @radames any suggestions for converting the text to image arrayBuffer to an imageData object. This does not seem to have the correct dimensions