Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biometric
morphgen
Commits
f0e352d2
Commit
f0e352d2
authored
5 months ago
by
Laurent COLBOIS
Browse files
Options
Downloads
Patches
Plain Diff
Fix swapped SG2 citations
parent
1dc890f2
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/morphgen/morphing/sg2.py
+12
-13
12 additions, 13 deletions
src/morphgen/morphing/sg2.py
with
12 additions
and
13 deletions
src/morphgen/morphing/sg2.py
+
12
−
13
View file @
f0e352d2
...
...
@@ -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},
}
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment