├── LICENSE ├── README.md ├── detect_fingerprints.py ├── embed_fingerprints.py ├── fig └── teaser.png ├── models.py ├── requirements.txt └── train.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/README.md -------------------------------------------------------------------------------- /detect_fingerprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/detect_fingerprints.py -------------------------------------------------------------------------------- /embed_fingerprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/embed_fingerprints.py -------------------------------------------------------------------------------- /fig/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/fig/teaser.png -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/models.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/requirements.txt -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ningyu1991/ArtificialGANFingerprints/HEAD/train.py --------------------------------------------------------------------------------