Datasets:
Tasks:
Text Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
Tags:
art
License:
File size: 1,363 Bytes
ba5e0b4 42a23f5 34eaa95 42a23f5 34eaa95 42a23f5 34eaa95 ba5e0b4 |
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 |
---
license: gpl-3.0
task_categories:
- text-classification
language:
- en
size_categories:
- n<1K
tags:
- art
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: string
- name: sprite_id
dtype: string
splits:
- name: train
num_bytes: 2723127.984
num_examples: 1232
download_size: 1807666
dataset_size: 2723127.984
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# My Spraix Dataset
This dataset is a demo created for the Animator2D-v1.0.0 project, with the goal of generating pixel-art sprite animations from textual prompts. It is still in the preparation phase and contains sprite frames extracted and organized into subfolders, each with associated metadata.
## Dataset Details
- **Format**: PNG for frames, JSON for metadata.
- **Structure**: Numbered subfolders (e.g., `152_frames`) containing sequential frames (e.g., `frame_000.png`).
- **Usage**: Designed for training 2D animation generation models.
## Citation
This dataset was derived and inspired by the `pawkanarek/spraix_1024` dataset available on Hugging Face. Please cite the original dataset if you use this work:
- **Original Dataset**: `pawkanarek/spraix_1024`
Available at: [https://huggingface.co/datasets/pawkanarek/spraix_1024](https://huggingface.co/datasets/pawkanarek/spraix_1024) |