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
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Thank you for asking. I have the same error when using python, after upgrading both opencv-python and opencv-contrib-python to their latest version. Still looking for solutions.
The code crash with this error :
line 222, in predict
outs = net.forward(getOutputLayers(net))
cv2.error: OpenCV(4.7.0) /io/opencv/modules/dnn/src/layers/fast_convolution/winograd_3x3s1_f63.cpp:147: error: (-215:Assertion failed) _FX_WINO_IBLOCK == 3 && _FX_WINO_KBLOCK == 4 in function '_fx_winograd_accum_f32'
double free or corruption (out)
Aborted
Can't find where is the issue, it's been like 2 years since i used opencv with c++ and even then i wasn't that good. I hope you can help me out .
The text was updated successfully, but these errors were encountered: