virtual-background
virtual-background copied to clipboard
cpu-friendly: operands could not be broadcast together with shapes
Hello, running on the cpu-friendly
branch I receive this error on startup:
fakecam_1 | Traceback (most recent call last):
fakecam_1 | File "/src/fake.py", line 113, in <module>
fakecam_1 | frame = get_frame(cap, background_scaled)
fakecam_1 | File "/src/fake.py", line 79, in get_frame
fakecam_1 | frame[:,:,c] = frame[:,:,c]*mask + background_scaled[:,:,c]*inv_mask
fakecam_1 | ValueError: operands could not be broadcast together with shapes (400,640) (360,640)
I have a similar erro when using master branch:
vbkgd_fakecam_1 exited with code 1
fakecam_1 | Traceback (most recent call last):
fakecam_1 | File "/src/fake.py", line 113, in