All Projects → nnUyi → Inception-Score

nnUyi / Inception-Score

Licence: other
Inception score for measuring quality of images generating from GAN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Inception-Score

pytorch-gan-metrics
Pytorch implementation of common GAN metrics
Stars: ✭ 87 (+123.08%)
Mutual labels:  inception-score
metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
Stars: ✭ 91 (+133.33%)
Mutual labels:  inception-score

Inception-Score

  • Inception score script for measuring quality of images generating from GAN

Method

  • This repo derived from paper named Improved Techniques for Training GANs, In this paper, we can see more tricks and improved methods used for training GAN. Anyway, sometimes, they are helpful.

  • Inception score is used to measure the quality of images generating from GAN model. It is considered as a good way to measure performance of GAN in quantity.

Requirements

  • tensorflow 1.3.0

  • python 2.7.12

  • numpy 1.13.1

  • scipy 0.17.0

Usages

download repo

$ git clone https://github.com/nnuyi/Inception-Score.git
$ cd Inception-Score

load data

  • In this repo, I provide 30 images sampled from cifar10. All the images are stored in the data directory(named data).

  • If you want to use your own data, images should be stored in data directory. And then launch the code.

launch repo

$ python inception_score.py

Results

  • In this repo, you can easily get the result below:

    cifar10 images cifar10 images
    Alt test Alt test
    inception score:
    mean:2.1532264
    stddev:0.27045175
    inception score:
    mean:2.1532264
    stddev:0.27045175

References

Contacts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].