metadata
license: cc-by-nc-sa-4.0
viewer: false
task_categories:
- image-to-image
NullFace: Training-Free Localized Face Anonymization
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