w86763777 / pytorch-image-generation-metrics

Pytorch implementation of common image generation metrics.
Apache License 2.0
143 stars 16 forks source link

FID_WEIGHTS_URL - not found #7

Closed pierrelouislemaire closed 4 months ago

pierrelouislemaire commented 4 months ago

Hi,

Github url used in inception.py:

FID_WEIGHTS_URL = ('https://github.com/w86763777/pytorch_image_generation_metrics/releases/' 'download/v0.1.0/pt_inception-2015-12-05-6726825d.pth') doesn't seem to exist anymore.

When calling get_inception_score_and_fid(), I get the following error: HTTPError: HTTP Error 404: Not Found

w86763777 commented 4 months ago

Thank you for your report. I will fix this in a day.

w86763777 commented 4 months ago

The URL has been fixed in commit 4245c670745d83d2a22706ad91abfe034e70498e. You can try again in v0.6.1. Thanks.