Skip to content
Snippets Groups Projects
Commit f0e352d2 authored by Laurent COLBOIS's avatar Laurent COLBOIS
Browse files

Fix swapped SG2 citations

parent 1dc890f2
Branches master
No related tags found
No related merge requests found
......@@ -145,19 +145,6 @@ class StyleGAN2Morpher:
When using the `latent_space` W, this corresponds to:
@inproceedings{venkateshCanGANGenerated2020,
title = {Can {{GAN Generated Morphs Threaten Face Recognition Systems Equally}} as {{Landmark Based Morphs}}? - {{Vulnerability}} and {{Detection}}},
shorttitle = {Can {{GAN Generated Morphs Threaten Face Recognition Systems Equally}} as {{Landmark Based Morphs}}?},
booktitle = {2020 8th {{International Workshop}} on {{Biometrics}} and {{Forensics}} ({{IWBF}})},
author = {Venkatesh, Sushma and Zhang, Haoyu and Ramachandra, Raghavendra and Raja, Kiran and Damer, Naser and Busch, Christoph},
year = {2020},
month = apr,
pages = {1--6},
doi = {10.1109/IWBF49977.2020.9107970},
}
When using the `latent_space` W+, this corresponds to:
@inproceedings{sarkarAreGANbasedMorphs2022,
title = {Are {{GAN-based}} Morphs Threatening Face Recognition?},
booktitle = {{{ICASSP}} 2022 - 2022 {{IEEE International Conference}} on {{Acoustics}}, {{Speech}} and {{Signal Processing}} ({{ICASSP}})},
......@@ -170,6 +157,18 @@ class StyleGAN2Morpher:
urldate = {2024-08-27},
}
When using the `latent_space` W+, this corresponds to:
@inproceedings{venkateshCanGANGenerated2020,
title = {Can {{GAN Generated Morphs Threaten Face Recognition Systems Equally}} as {{Landmark Based Morphs}}? - {{Vulnerability}} and {{Detection}}},
shorttitle = {Can {{GAN Generated Morphs Threaten Face Recognition Systems Equally}} as {{Landmark Based Morphs}}?},
booktitle = {2020 8th {{International Workshop}} on {{Biometrics}} and {{Forensics}} ({{IWBF}})},
author = {Venkatesh, Sushma and Zhang, Haoyu and Ramachandra, Raghavendra and Raja, Kiran and Damer, Naser and Busch, Christoph},
year = {2020},
month = apr,
pages = {1--6},
doi = {10.1109/IWBF49977.2020.9107970},
}
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment