mseitzer
mseitzer
Hi, thanks for the response. > (i) do you use `GaussianNLLLoss` with `full=False` (and do I understand the doc correctly that the `log` term will not be computed then?) The...
Can you compute the FID using the TTUR codebase on the same set of inputs? Just to see if it actually results in zero as one might expect.
This is currently not possible, but I agree it should be implemented.
I would rather not add an additional dependency. It looks to me as if PIL supports TIF. Is it possible to avoid the conversion to uint8 by skipping `.convert('RGB')`? What...
From https://github.com/python-pillow/Pillow/issues/1888, it looks like you are correct. I will look into supporting multi-band float images then (probably using `imageio`).
Hi, thank you for the PR; I was aware of this problem as well and wanted to introduce a Python API at some point. So it's great that you took...
This sounds like a good idea, but I don't know when I will have time to implement it. I would welcome PRs for this.
- The folders do not have to have the same resolution (but each image in each folder should have the same resolution) - The code automatically resizes images to the...
How many images do you use to compute FID? This line becomes slower with the number of images you use, but unless you use a really large number of images,...
Thanks for the PR, looks good to me!