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 problem was that the ONNX model was in BHWC format instead of BCHW. VideoJaNai is excellent, but now the tiling lines on the upscaled video image bother me a bit. Is it possible to disable tiling? Thank you very much.
Since version 1.0.0 it has been very buggy, the same thing has happened to me, I recommend you install version 0.0.9 which is much more stable and does not have these problems, if the problem persists try converting the model using "data type" to fp32 and "opset" to 14.
These ase input tensors and output:
Input Tensors:
Name: input, Shape: [1, 192, 192, 3]
Output Tensors:
Name: netOutput, Shape: ['?', 768, 768, 3]
Could you please explain me how to enable "flexible_output" option?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: