nerfplusplus icon indicating copy to clipboard operation
nerfplusplus copied to clipboard

ZeroDivisionError: integer division or modulo by zero

Open i-nkrumah opened this issue 3 years ago • 1 comments

Running on custom dataset gives me zero division error

idx = what_val_to_log % len(val_ray_samplers) ZeroDivisionError: integer division or modulo by zero

i-nkrumah avatar Jan 27 '23 18:01 i-nkrumah

You can refer to https://github.com/Kai-46/nerfplusplus/issues/2 to solve your problem, or just edit the argument from "validation" to "test" like below: image

Brial45 avatar Feb 24 '23 10:02 Brial45