I have a image with resolution 1920 X 1080, and I copied this image into Scenes folder. But when I tried to run test.py, there is a ValueError in the function read_illum_images():
fullLF[:, :, :, ay, ax] = inputImg[ay::numImgsY, ax::numImgsX, :]
ValueError: could not broadcast input array from shape (78,138,3) into shape (77,137,3)
Do I have to resize the image to a fixed resolution? Thanks!
I have a image with resolution 1920 X 1080, and I copied this image into Scenes folder. But when I tried to run test.py, there is a ValueError in the function read_illum_images():
fullLF[:, :, :, ay, ax] = inputImg[ay::numImgsY, ax::numImgsX, :]
ValueError: could not broadcast input array from shape (78,138,3) into shape (77,137,3)
Do I have to resize the image to a fixed resolution? Thanks!