Update README.md
Browse files- .gitattributes +2 -0
- README.md +20 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.tar.gz.* filter=lfs diff=lfs merge=lfs -text
|
57 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
1 |
+
# Fake Image Dataset
|
2 |
+
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.
|
3 |
+
## How to Download
|
4 |
+
```shell
|
5 |
+
git lfs install
|
6 |
+
git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
|
7 |
+
```
|
8 |
+
|
9 |
+
## Fake2M Dataset
|
10 |
+
|
11 |
+
| Dataset | SD-V1.5Real-dpms-25 | IF-V1.0-dpms++-25 | StyleGAN3 |
|
12 |
+
| ----------- | :-----------: | :-----------: | :-----------: |
|
13 |
+
| Generator | Diffusion | Diffusion | GAN |
|
14 |
+
| Numbers | 1M | 1M | 87K |
|
15 |
+
| Resolution | 512 | 256 | (>=512) |
|
16 |
+
| Caption | CC3M-Train | CC3M-Train | - |
|
17 |
+
| ImageData Path | ImageData/train/SDv15R-CC1M | ImageData/train/IF-CC1M | ImageData/train/stylegan3-80K |
|
18 |
+
| MetaData Path | MetaData/train/SDv15R-CC1M.csv | MetaData/train/IF-CC1M.csv | MetaData/train/stylegan3-80K.csv |
|
19 |
+
|
20 |
+
|
21 |
---
|
22 |
license: apache-2.0
|
23 |
---
|