Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,10 @@ You can use following codes to download the dataset:
|
|
28 |
git lfs install
|
29 |
git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
|
30 |
```
|
31 |
-
You can use following codes to extract the files in each subfolder (take the *
|
32 |
```shell
|
33 |
-
cat
|
34 |
-
tar -xvf
|
35 |
```
|
36 |
|
37 |
## Dataset Summary
|
@@ -45,17 +45,28 @@ It was built on StableDiffusion v1.5, IF and StyleGAN3.
|
|
45 |
FakeImageDataset is intended to be primarly used as a pretraining dataset for detecting fake images.
|
46 |
|
47 |
## Sub Dataset
|
48 |
-
###
|
49 |
|
50 |
| Dataset | SD-V1.5Real-dpms-25 | IF-V1.0-dpms++-25 | StyleGAN3 |
|
51 |
-
|
|
52 |
| Generator | Diffusion | Diffusion | GAN |
|
53 |
| Numbers | 1M | 1M | 87K |
|
54 |
| Resolution | 512 | 256 | (>=512) |
|
55 |
| Caption | CC3M-Train | CC3M-Train | - |
|
56 |
-
| ImageData Path | ImageData/train/SDv15R-CC1M
|
57 |
| MetaData Path | MetaData/train/SDv15R-CC1M.csv | MetaData/train/IF-CC1M.csv | MetaData/train/stylegan3-80K.csv |
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
# News
|
60 |
* [2023/07] We open source the [Sentry-Image repository](https://github.com/Inf-imagine/Sentry) and [Sentry-Image Demo & Leaderboard](http://sentry.infimagine.com/).
|
61 |
* [2023/07] We open source the [Sentry-Image dataset](https://huggingface.co/datasets/InfImagine/FakeImageDataset).
|
|
|
28 |
git lfs install
|
29 |
git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
|
30 |
```
|
31 |
+
You can use following codes to extract the files in each subfolder (take the *IF-CC95K* subfolder in ImageData/val/IF-CC95K as an example):
|
32 |
```shell
|
33 |
+
cat IF-CC95K.tar.gz.* > IF-CC95K.tar.gz
|
34 |
+
tar -xvf IF-CC95K.tar.gz
|
35 |
```
|
36 |
|
37 |
## Dataset Summary
|
|
|
45 |
FakeImageDataset is intended to be primarly used as a pretraining dataset for detecting fake images.
|
46 |
|
47 |
## Sub Dataset
|
48 |
+
### Training Dataset (Fake2M)
|
49 |
|
50 |
| Dataset | SD-V1.5Real-dpms-25 | IF-V1.0-dpms++-25 | StyleGAN3 |
|
51 |
+
| :----------- | :-----------: | :-----------: | :-----------: |
|
52 |
| Generator | Diffusion | Diffusion | GAN |
|
53 |
| Numbers | 1M | 1M | 87K |
|
54 |
| Resolution | 512 | 256 | (>=512) |
|
55 |
| Caption | CC3M-Train | CC3M-Train | - |
|
56 |
+
| ImageData Path | ImageData/train/SDv15R-CC1M | ImageData/train/IFv1-CC1M | ImageData/train/stylegan3-80K |
|
57 |
| MetaData Path | MetaData/train/SDv15R-CC1M.csv | MetaData/train/IF-CC1M.csv | MetaData/train/stylegan3-80K.csv |
|
58 |
|
59 |
+
### Validation Dataset (MPBench)
|
60 |
+
|
61 |
+
| Dataset | SDv15 | SDv21 | IF | Cogview2 | StyleGAN3 | Midjourneyv5 |
|
62 |
+
| :---------- | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: |
|
63 |
+
| Generator | Diffusion | Diffusion | Diffusion | AR | GAN | - |
|
64 |
+
| Numbers | 30K | 15K | 95K | 22K | 60K | 5K |
|
65 |
+
| Resolution | 512 | 512 | 256 | 480 | (>=512) | (>=512) |
|
66 |
+
| Caption | CC15K-val | CC15K-val | CC15K-val | CC15K-val | - | - |
|
67 |
+
| ImageData Path | ImageData/val/SDv15-CC30K | ImageData/val/SDv21-CC15K | ImageData/val/IF-CC95K | ImageData/val/cogview2-22K | ImageData/val/stylegan3-60K | ImageData/val/Midjourneyv5-5K|
|
68 |
+
| MetaData Path | MetaData/val/SDv15-CC30K.csv| MetaData/val/SDv21-CC15K.csv | MetaData/val/IF-CC95K.csv | MetaData/val/cogview2-22K.csv | MetaData/val/stylegan3-60K.csv | MetaData/val/Midjourneyv5-5K.csv |
|
69 |
+
|
70 |
# News
|
71 |
* [2023/07] We open source the [Sentry-Image repository](https://github.com/Inf-imagine/Sentry) and [Sentry-Image Demo & Leaderboard](http://sentry.infimagine.com/).
|
72 |
* [2023/07] We open source the [Sentry-Image dataset](https://huggingface.co/datasets/InfImagine/FakeImageDataset).
|