backgroundRemoval
backgroundRemoval copied to clipboard
Background Removal using Python and OpenCV. Replacing the background with a video
Hello, it works very well, but after a moment it suddenly gets closed. I guess there is something that cannot resize. ```bash --------------------------------------------------------------------------- error Traceback (most recent call last) in...
AttributeError Traceback (most recent call last) in 18 success, img = video.read() 19 success2, bg = oceanVideo.read() ---> 20 bg = resize(bg,ref_img) 21 if flag==0: 22 ref_img = img in...