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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: