|
--- |
|
license: mit |
|
task_categories: |
|
- image-to-image |
|
- image-classification |
|
- image-to-video |
|
language: |
|
- en |
|
tags: |
|
- MetaCloak |
|
- Adversarial ML |
|
pretty_name: MetaCloak |
|
size_categories: |
|
- n<1K |
|
dataset_info: |
|
features: |
|
- name: image |
|
dtype: image |
|
- name: instance_name |
|
dtype: string |
|
- name: class_name |
|
dtype: string |
|
splits: |
|
- name: vggface2_gen |
|
num_bytes: 61529914.0 |
|
num_examples: 200 |
|
- name: vggface2_eval |
|
num_bytes: 61510388.0 |
|
num_examples: 200 |
|
- name: celeba_gen |
|
num_bytes: 6251273.0 |
|
num_examples: 184 |
|
- name: celeba_eval |
|
num_bytes: 6597292.0 |
|
num_examples: 184 |
|
download_size: 135897737 |
|
dataset_size: 135888867.0 |
|
--- |
|
|
|
## Dataset Card for MetaCloak |
|
|
|
### Dataset Summary |
|
|
|
This repository provides datasets from the [MetaCloak](https://github.com/liuyixin-louis/MetaCloak). |
|
|
|
For each dataset, *-gen is the subset used for protecting, and *-eval is used as a clean reference to calculate some quality metrics. |
|
|
|
```python |
|
from datasets import load_dataset |
|
dataset = load_dataset("yixin/metacloak_celeba_vggface2") |
|
``` |
|
|
|
## Contact |
|
|
|
Contact Us: [email protected] |
|
|
|
|