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?
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?