Datasets:

Modalities:
Image
ArXiv:
License:
File size: 1,340 Bytes
d648c4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
745fbbe
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Fake Image Dataset
Fake Image Dataset is now open-sourced at [huggingface (InfImagine Organization)](https://huggingface.co/datasets/InfImagine/FakeImageDataset/tree/main/ImageData/train). ↗ It consists of two folders, *ImageData* and *MetaData*. *ImageData* contains the compressed packages of the Fake Image Dataset, while *MetaData* contains the labeling information of the corresponding data indicating whether they are real or fake.
## How to Download
```shell
git lfs install
git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
```

## Fake2M Dataset

| Dataset     | SD-V1.5Real-dpms-25 | IF-V1.0-dpms++-25 | StyleGAN3     |
| ----------- | :-----------:       | :-----------:     | :-----------: |
| Generator   | Diffusion           | Diffusion         | GAN           |
| Numbers     | 1M                  | 1M                | 87K           |
| Resolution  | 512                 | 256               | (>=512)       |
| Caption     | CC3M-Train          | CC3M-Train        | -             |
| ImageData Path     | ImageData/train/SDv15R-CC1M          | ImageData/train/IF-CC1M        | ImageData/train/stylegan3-80K             |
| MetaData Path     | MetaData/train/SDv15R-CC1M.csv          | MetaData/train/IF-CC1M.csv        | MetaData/train/stylegan3-80K.csv             |


---
license: apache-2.0
---