nullface-test-set / README.md
nielsr's picture
nielsr HF Staff
Add paper link and image-to-image category
4ae4124 verified
|
raw
history blame
1.22 kB
metadata
license: cc-by-nc-sa-4.0
viewer: false
task_categories:
  - image-to-image

NullFace: Training-Free Localized Face Anonymization

Hugging Face Paper

Test set

We curated a subset of test subjects from the CelebA-HQ and FFHQ datasets for the quantitative comparisons against baseline methods in our paper. Specifically, we selected:

For each test subject, we generated a corresponding segmentation mask, which is designed to keep the eye and mouth areas visible when needed.

The test subject lists (JSONL format) and segmentation masks can be downloaded in the following structure:

nullface-test-set/
β”œβ”€β”€ celeba-hq/
β”‚   β”œβ”€β”€ mask_images/
β”‚   β”‚   β”œβ”€β”€ 00010.png
β”‚   β”‚   └── ...
β”‚   └── metadata.jsonl
β”œβ”€β”€ ffhq/
β”‚   β”œβ”€β”€ mask_images/
β”‚   β”‚   β”œβ”€β”€ 00010.png
β”‚   β”‚   └── ...
β”‚   └── metadata.jsonl
└── README.md