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
The Model of input size is 256 x 256 x 3 (shown in spec), but BitmapImageBuilder can can accept a bitmap of any size.
How dose it work ? (Change input bitmap size to 256 * 256)
Should I:
Fill the black edges to make the bitmap square, preventing distortion of the person
reszie to size 256
Thanks
The text was updated successfully, but these errors were encountered:
The Model of input size is 256 x 256 x 3 (shown in spec), but BitmapImageBuilder can can accept a bitmap of any size.
How dose it work ? (Change input bitmap size to 256 * 256)
Should I:
Thanks
The text was updated successfully, but these errors were encountered: