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
what your works is what i want to do, it is a great job. but when i run your code, i got following error:
Traceback (most recent call last):
File ".\main.py", line 86, in <module>
background_image = cv2.resize(background_image, background_image.shape*scale)
TypeError: can't multiply sequence by non-int of type 'float'
can you help to solve this problem?
The text was updated successfully, but these errors were encountered:
what your works is what i want to do, it is a great job. but when i run your code, i got following error:
can you help to solve this problem?
The text was updated successfully, but these errors were encountered: