Datasets:
EntropyDrop commited on
Commit ·
5fc38dc
1
Parent(s): ba2ef65
docs: add YAML metadata block for Hugging Face
Browse files
README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Sking: Minecraft Skin 3D Rendering & Dataset Preprocessing Pipeline
|
| 2 |
|
|
|
|
| 3 |
This repository is the official home of the **Sking Model Dataset** (hosted on [Hugging Face Datasets](https://huggingface.co/datasets/EntropyDrop/Sking)), which is utilized for training and fine-tuning the **Sking Model** ([Hugging Face Model](https://huggingface.co/EntropyDrop/Sking)).
|
| 4 |
|
| 5 |
Along with the dataset assets, it contains the complete automated pipeline for dual-layer 3D voxel rendering, multi-view layout baking, automatic skin format conversion (Alex to Steve), voxel edge texture consistency resolution, and a RESTful FastAPI service for extracting the actual usable 64x64 RGBA skin UV map from composite training targets.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Sking
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: agpl-3.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-to-image
|
| 8 |
+
- image-to-image
|
| 9 |
+
tags:
|
| 10 |
+
- minecraft
|
| 11 |
+
- 3d
|
| 12 |
+
- voxel
|
| 13 |
+
- minecraft-skin
|
| 14 |
+
- texture
|
| 15 |
+
- dataset-generation
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# Sking: Minecraft Skin 3D Rendering & Dataset Preprocessing Pipeline
|
| 19 |
|
| 20 |
+
|
| 21 |
This repository is the official home of the **Sking Model Dataset** (hosted on [Hugging Face Datasets](https://huggingface.co/datasets/EntropyDrop/Sking)), which is utilized for training and fine-tuning the **Sking Model** ([Hugging Face Model](https://huggingface.co/EntropyDrop/Sking)).
|
| 22 |
|
| 23 |
Along with the dataset assets, it contains the complete automated pipeline for dual-layer 3D voxel rendering, multi-view layout baking, automatic skin format conversion (Alex to Steve), voxel edge texture consistency resolution, and a RESTful FastAPI service for extracting the actual usable 64x64 RGBA skin UV map from composite training targets.
|