Update README.md
Browse files
README.md
CHANGED
@@ -15,18 +15,28 @@ tags:
|
|
15 |
---
|
16 |
# Animator2D
|
17 |
|
18 |
-
Animator2D
|
19 |
|
20 |
-
##
|
21 |
|
22 |
-
- **
|
23 |
- **Input:**
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
- **Output:**
|
29 |
|
30 |
## Dataset
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Animator2D
|
17 |
|
18 |
+
Animator2D is an artificial intelligence model designed to generate pixel-art sprite animations based on textual descriptions. The model uses a BERT-based text encoder to extract textual features and a convolutional generative network to create animated sprites.
|
19 |
|
20 |
+
## Model Description
|
21 |
|
22 |
+
- **Name:** Animator2D
|
23 |
- **Input:**
|
24 |
+
- Character description
|
25 |
+
- Number of animation frames
|
26 |
+
- Character action
|
27 |
+
- Viewing direction
|
28 |
+
- **Output:** Animated sprite in image format
|
29 |
|
30 |
## Dataset
|
31 |
|
32 |
+
The model was trained using the [spraix\_1024](https://huggingface.co/datasets/pawkanarek/spraix_1024) dataset, which contains animated sprites with detailed textual descriptions.
|
33 |
+
|
34 |
+
## Future Goals
|
35 |
+
|
36 |
+
This is only the first version of the model. In the future, we aim to improve it with the following updates:
|
37 |
+
|
38 |
+
- **Expand output formats:** Currently, the model generates a single frame sheet. We plan to implement the ability to export output in multiple formats, including folders containing separate images, animated GIFs, and videos.
|
39 |
+
- **Optimize frame management:** The current frame count is manually defined, but we aim to improve control by introducing a more intuitive system that considers factors such as FPS and the actual animation duration.
|
40 |
+
- **Enhance the model:** The current model is still in an early stage. Future updates will focus on making sprite generation more precise and consistent by improving architecture and training data quality.
|
41 |
+
- **Customization of sprite dimensions:** We will implement an input that allows specifying the character's height in pixels. This will enable adaptation of the generated sprite's graphical style, ensuring greater flexibility and customization possibilities (e.g., Pokémon style vs. Metal Slug style).
|
42 |
+
|