hutaiHang / Faster-Diffusion

Official implementation of "Faster Diffusion: Rethinking the Role of UNet Encoder in Diffusion Models"
https://arxiv.org/abs/2312.09608
Apache License 2.0
283 stars 19 forks source link

On the FID calculation for the COCO dataset #15

Open mzx121 opened 4 weeks ago

mzx121 commented 4 weeks ago

Hello author, when conducting the evaluation, you mentioned that 10K tips from the COCO validation set were selected for image generation, may I ask how the generated images were handled in the FID calculation with the real dataset, here I used 5k data from the COCO validation set and the generated 10k data for the FID calculation, which was quite different from the calculation results given in your paper.