zwa73 commited on
Commit ·
382cac3
1
Parent(s): 908001a
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: Akaset
|
| 4 |
+
data_files:
|
| 5 |
+
- split: categorized
|
| 6 |
+
path:
|
| 7 |
+
- "character/Akaset/categorized/**/*.png"
|
| 8 |
+
- "character/Akaset/categorized/**/*.jpg"
|
| 9 |
+
- split: processed
|
| 10 |
+
path:
|
| 11 |
+
- "character/Akaset/processed/**/*.png"
|
| 12 |
+
- "character/Akaset/processed/metadata.csv"
|
| 13 |
+
- config_name: Aurora
|
| 14 |
+
data_files:
|
| 15 |
+
- split: categorized
|
| 16 |
+
path:
|
| 17 |
+
- "character/Aurora/categorized/**/*.png"
|
| 18 |
+
- "character/Aurora/categorized/**/*.jpg"
|
| 19 |
+
- split: processed
|
| 20 |
+
path:
|
| 21 |
+
- "character/Aurora/processed/**/*.png"
|
| 22 |
+
- "character/Aurora/processed/metadata.csv"
|
| 23 |
license: cc0-1.0
|
| 24 |
---
|