Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chi0tzp committed Mar 1, 2023
0 parents commit 6f52e80
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.directory
*/.directory
*~
.idea/
falco-venv/
*.pyc
__pycache__/
*/__pycache__/
models/pretrained/
datasets/
experiments/
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# FALCO: Attribute-preserving Face Dataset Anonymization via Latent Code Optimization.

Authors official PyTorch implementation of the [Attribute-preserving **F**ace Dataset **A**nonymization via **L**atent **C**ode **O**ptimization (CVPR 2023)](TODO). If you find this code useful for your research, please [cite]() our paper.



# Code to appear soon...







# Citation

[1] Simone Barattin, Christos Tzelepis, Ioannis Patras, Nicu Sebe, "Attribute-preserving Face Dataset Anonymization via Latent Code Optimization", Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023.

Bibtex entry:

```bibtex
@InProceedings{falco2023cvpr,
author = {Barattin, Simone and Tzelepis, Christos and Patras, Ioannis and Sebe, Nicu},
title = {Attribute-preserving Face Dataset Anonymization via Latent Code Optimization},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2023},
}
```



## Acknowledgment

This research was supported by the EU's Horizon 2020 programme H2020-951911 [AI4Media](https://www.ai4media.eu/) project.





0 comments on commit 6f52e80

Please sign in to comment.