Open snk4tr opened 2 years ago
Describe the bug Computation of IS for some images in KADID10k dataset causes NaN results, which is not a valid output.
To Reproduce Steps to reproduce the behavior:
tests/resutls_benchmark.py
--dataset=kadid10k
--metrics IS
torch.tensor(nan)
Expected behavior No NaN values are expected.
Screenshots
Additional context Other DB metrics such as FID, MSID, KID and GS might me vulnerable.
Describe the bug Computation of IS for some images in KADID10k dataset causes NaN results, which is not a valid output.
To Reproduce Steps to reproduce the behavior:
tests/resutls_benchmark.py
with--dataset=kadid10k
and--metrics IS
torch.tensor(nan)
as output for some imagesExpected behavior No NaN values are expected.
Screenshots
Additional context Other DB metrics such as FID, MSID, KID and GS might me vulnerable.