Datasets:
Add YAML metadata, fix license label, fix inline-code sentence formatting
Browse files
README.md
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# KING2 Stickman Dataset — 10,000 images
|
| 2 |
|
| 3 |
Curated dataset of **exactly 10,000** stick-figure pose images with English captions,
|
| 4 |
-
built for training the **KING2-IMAGE** SDXL LoRA
|
| 5 |
|
| 6 |
## Sources
|
| 7 |
|
|
@@ -51,8 +70,8 @@ dataset/
|
|
| 51 |
|
| 52 |
- **Single visual style**: all images are thick-stroke skeleton renders on white —
|
| 53 |
no head circle, no colors, no backgrounds, no objects. For a general-purpose
|
| 54 |
-
stickman model, mix with synthetic cartoon-style stickman images
|
| 55 |
-
|
| 56 |
- **Single figure per image**: HumanML3D motions are single-person; no multi-figure scenes.
|
| 57 |
- **License**: HumanML3D derives from AMASS/HumanAct12, which carry academic/research
|
| 58 |
licenses. The upstream HF datasets declare no explicit license. Treat this dataset as
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: research-use-humanml3d-derived
|
| 4 |
+
pretty_name: KING2 Stickman Dataset
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- stick-figure
|
| 9 |
+
- pose
|
| 10 |
+
- stickman
|
| 11 |
+
- line-drawing
|
| 12 |
+
- text-to-image
|
| 13 |
+
- lora
|
| 14 |
+
task_categories:
|
| 15 |
+
- text-to-image
|
| 16 |
+
size_categories:
|
| 17 |
+
- 10K<n<100K
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# KING2 Stickman Dataset — 10,000 images
|
| 21 |
|
| 22 |
Curated dataset of **exactly 10,000** stick-figure pose images with English captions,
|
| 23 |
+
built for training the **KING2-IMAGE** SDXL LoRA — model `RASHID778/king2-image`, adapter `stickman`.
|
| 24 |
|
| 25 |
## Sources
|
| 26 |
|
|
|
|
| 70 |
|
| 71 |
- **Single visual style**: all images are thick-stroke skeleton renders on white —
|
| 72 |
no head circle, no colors, no backgrounds, no objects. For a general-purpose
|
| 73 |
+
stickman model, mix with synthetic cartoon-style stickman images from the
|
| 74 |
+
SDXL-Turbo generator in notebook `king2_stickman_pipeline.ipynb`.
|
| 75 |
- **Single figure per image**: HumanML3D motions are single-person; no multi-figure scenes.
|
| 76 |
- **License**: HumanML3D derives from AMASS/HumanAct12, which carry academic/research
|
| 77 |
licenses. The upstream HF datasets declare no explicit license. Treat this dataset as
|