The Dataset Viewer has been disabled on this dataset.

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
Downloads last month
25