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
Hi, I have encountered an error when test a new video on bgsegm.py.
This error is as below:
Traceback (most recent call last):
File "bgsegm.py", line 130, in
dict = classifycontours(contours)
File "bgsegm.py", line 31, in classifycontours
meanColor = cv2.mean(crop_img, mask=mask)
cv2.error: /io/opencv/modules/core/src/matrix.cpp:4845: error: (-215) A.size == arrays[i0]->size in function init
I use opencv 3.4.0.12
Could you help me to fix that problem :D
The text was updated successfully, but these errors were encountered:
Hi, I have encountered an error when test a new video on bgsegm.py.
This error is as below:
Traceback (most recent call last):
File "bgsegm.py", line 130, in
dict = classifycontours(contours)
File "bgsegm.py", line 31, in classifycontours
meanColor = cv2.mean(crop_img, mask=mask)
cv2.error: /io/opencv/modules/core/src/matrix.cpp:4845: error: (-215) A.size == arrays[i0]->size in function init
I use opencv 3.4.0.12
Could you help me to fix that problem :D
The text was updated successfully, but these errors were encountered: