|
|
--- |
|
|
task_categories: |
|
|
- text-to-image |
|
|
language: |
|
|
- en |
|
|
pretty_name: Elden Ring Creatures Dataset |
|
|
--- |
|
|
## Elden Ring Creatures Dataset |
|
|
|
|
|
This dataset contains 70 images and respective text tags from enemies, creatures, monsters and bosses from the game Elden Ring. |
|
|
|
|
|
All images have the same size 512x512. All text tags contain the words 'Elden Ring' and a general description of the image made by me manually. |
|
|
|
|
|
## Dataset Structure |
|
|
Each row of the Dataset contains the following columns: |
|
|
- 'image': image. |
|
|
- 'captions': string containing the description of the image. |
|
|
- 'number': the image number for identifying purposes. |
|
|
|
|
|
## How to use |
|
|
```py |
|
|
from datasets import load_dataset |
|
|
dataset = load_dataset("niloxc/eldenring-creatures") |
|
|
|
|
|
#Returns a list of PIL images |
|
|
dataset['train']['image'] |
|
|
|
|
|
#Returns a list of the image text tags |
|
|
dataset['train']['captions'] |
|
|
|
|
|
#Returns a list of the image number |
|
|
dataset['train']['number'] |
|
|
``` |
|
|
|
|
|
### Example |
|
|
|
|
|
 |
|
|
> Elden Ring, human, golden robes, long red hair, golden helmet, steel arm, cape, holding sword, full body, standing up |