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
Sorry for the late reply. It is 1/2 wired up to handle non-square, but it currently does not. Either pad or crop the image or just squash it to square.
Does mojo supports non-square image? I was trying to use it with VGA size images and it was giving seg-fault error, then i found this in the code:
const int outsize = node_size*node_size;
it looks like that it only support square images, am I correct?
The text was updated successfully, but these errors were encountered: