Datasets:
File size: 2,035 Bytes
f68e397 ab1c7f8 f68e397 ab1c7f8 f68e397 ab1c7f8 b5ea811 d813871 b5ea811 d813871 b5ea811 d813871 b5ea811 d813871 b5ea811 d813871 b5ea811 |
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
---
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
splits:
- name: train
num_bytes: 145592052
num_examples: 294
download_size: 145391733
dataset_size: 145592052
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
language:
- en
---
# Dataset Card for One Piece Image Dataset
## Metadata
* **Identifier:** `OnePiece_Characters`
* **Contributions:** Mohd Hozaifa Khan
* **License:** apache-2.0
## Dataset Description
This dataset contains images of famous One Piece characters scraped from the web using simple image search. It includes approximately 15 images per character for a total of 20 characters.
## Intended Use
This dataset is intended for educational and research purposes, including:
* **Image classification:** Train models to recognize different One Piece characters.
* **Image generation:** Fine-tune text-to-image models to generate images of One Piece characters.
<!-- ## Format
The dataset is organized as follows:
* **Data Folder:** `one_piece_images`
* `train`: Contains all the images, named as `character_name_index.jpg`.
* **Metadata File:** `metadata.jsonl`
* Contains metadata for each image, with each line being a JSON object containing:
* `file_name`: The name of the image file. (type: string)
* `text`: A caption or description of the image. (type: string) -->
## Features
* **image (jpg):** The image of the One Piece character. (expected type: PIL Image, JPG format)
* **text (str):** A caption or description of the image. (expected type: string)
#TODO: Add image samples
<!-- ## Slices
The dataset is split into a single training split (`train`).
-->
## Acknowledgements
This dataset uses images primarily from Google Images. Used `simple_image_download` for downloading images using character queries.
## BibTeX citation
```bibtex
@misc{OnePiece_Characters,
title={One Piece Characters Image Dataset},
author={khanitachi},
year={2024}
}
|