Skip to content

Commit 785f3ec

Browse files
authored
Update README.md
1 parent 1fc9359 commit 785f3ec

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ All images used for Benchmark can be downloaded via [**Google Drive**](https://g
388388
<p align="center">
389389
<img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/Other_Benchmark.png"/>
390390
</p>
391-
# Evaluating pre-saved image folders
391+
# Evaluating pre-saved image folders
392392

393393
* Evaluate IS, FID, Prc, Rec, Dns, Cvg (``-metrics is fid prdc``) of image folders (already preprocessed) saved in DSET1 and DSET2 using GPUs ``(0,...,N)``.
394394

@@ -430,16 +430,6 @@ CUDA_VISIBLE_DEVICES=0,...,N python3 src/evaluate.py -metrics is fid prdc --post
430430

431431
[[Apache License]](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/src/metrics/fid.py) Pytorch FID: https://github.com/mseitzer/pytorch-fid
432432

433-
Implementation Details: https://github.com/ajbrock/BigGAN-PyTorch
434-
435-
Architecture Details: https://github.com/google/compare_gan
436-
437-
Tensorflow IS: https://github.com/openai/improved-gan
438-
439-
Tensorflow FID: https://github.com/bioinf-jku/TTUR
440-
441-
Tensorflow Precision and Recall: https://github.com/msmsajjadi/precision-recall-distributions
442-
443433
## License
444434
PyTorch-StudioGAN is an open-source library under the MIT license (MIT). However, portions of the library are avaiiable under distinct license terms: StyleGAN2, StyleGAN2-ADA, and StyleGAN3 are licensed under [NVIDIA source code license](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/LICENSE-NVIDIA), and PyTorch-FID is licensed under [Apache License](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/src/metrics/fid.py).
445435

0 commit comments

Comments
 (0)