Datasets:
File size: 1,720 Bytes
bed3369 2ac29f1 39b5ac4 6a3875f b61b528 6a3875f 16cce7f 6a3875f 16cce7f 6a3875f 11d3083 62bbddb 11d3083 62bbddb 377548e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
license: openrail
size_categories:
- 1M<n<10M
task_categories:
- image-classification
- text-to-image
---
# ImageNet Generated using Stable Diffusion v1.5
The following repository mimics the size and class structure of the original ImageNet database. The classes can be found in the `classes.txt` file.
This dataset contains approximately 1300 images per class over 1000 classes for a total of 1.3 million images.
Here is an excerpt from `classes.txt`:
```plaintext
0 tench, Tinca tinca
1 goldfish, Carassius auratus
2 great white shark, white shark, man-eater, man-eating shark, Carcharodon caharias
3 tiger shark, Galeocerdo cuvieri
4 hammerhead, hammerhead shark
5 electric ray, crampfish, numbfish, torpedo
6 stingray
7 cock
8 hen
9 ostrich, Struthio camelus
```
Each category contains approximately 1300 images generated with the text prompt "A photo of {}" using seeds ranging from 1 to 1300. Stable diffusion v1.5 was used to generate all the images using the UniPCMultistepScheduler with 20 inference steps and the safety checker turned off. Images are 512x512 in resolution.
Below are some randomly sampled images from the dataset:
| ![Sample Image 1](seed_29.jpg) | ![Sample Image 2](seed_0.jpg) |
|:---:|:---:|
| Class 115, Seed 29 | Class 220, Seed 0 |
| ![Sample Image 3](seed_509.jpg) | ![Sample Image 4](seed_250.jpg) |
|:---:|:---:|
| Class 714, Seed 509 | Class 894, Seed 250 |
```plaintext
@misc{kim2023generative,
title={Generative Artificial Intelligence Consensus in a Trustless Network},
author={Edward Kim and Isamu Isozaki and Naomi Sirkin and Michael Robson},
year={2023},
eprint={2307.01898},
archivePrefix={arXiv},
primaryClass={cs.DC}
}
``` |