Replies: 1 comment
-
Hi there, I'm afraid that's the easiest solution, yes. The script could also be adapted to append an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello,when i used parameter "--test_transforms" to compute PSNR,I encountered a problem about the image depth。i use images that is 24 bit in depth,but the ngp use 32 bit to compute PSNR。As shown in the follow。Do I need to unify all training and test data into 32 bits?Thank you for your answer
image shape = (768, 1024, 4)
Traceback (most recent call last):
File "D:\test2\instant-ngp\scripts\run.py", line 276, in <module>
diffimg = np.absolute(image - ref_image)
ValueError: operands could not be broadcast together with shapes (768,1024,4) (768,1024,3)
Beta Was this translation helpful? Give feedback.
All reactions