fid-score
There are 8 repositories under fid-score topic.
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
w86763777/pytorch-gan-collections
PyTorch implementation of DCGAN, WGAN-GP and SNGAN.
GongXinyuu/sngan.pytorch
An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.
ChenLiu-1996/GAN-evaluator
A pip-installable evaluator for GANs (IS and FID). Accepts either dataloaders or individual batches. Supports on-the-fly evaluation during training. A working DCGAN SVHN demo script provided.
kvpratama/gan_metrics
Metrics to evaluate GAN
Escapist-007/GAN
This 'Generative Adversarial Network' project was implemented in grad course CSE-676 : Deep Learning [Fall 2019 @UB_SUNY] Course Instructor : Sargur N. Srihari(https://cedar.buffalo.edu/~srihari/)
mattialoszach/vae-fashionmnist
Variational Autoencoder with Fashion-MNIST dataset