Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,11 @@ size_categories:
|
|
6 |
configs:
|
7 |
- config_name: default
|
8 |
data_files:
|
9 |
-
- split:
|
10 |
path:
|
11 |
- "bg-01.zip"
|
|
|
|
|
12 |
- "fg-01.zip"
|
13 |
---
|
14 |
This dataset consists of 26,000 anime style images, half of which are foreground characters or objects, and the other half of which are backgrounds. It is intended for training segmentation or matting models where the foreground subject can be extracted from the background.
|
|
|
6 |
configs:
|
7 |
- config_name: default
|
8 |
data_files:
|
9 |
+
- split: background
|
10 |
path:
|
11 |
- "bg-01.zip"
|
12 |
+
- split: foreground
|
13 |
+
path:
|
14 |
- "fg-01.zip"
|
15 |
---
|
16 |
This dataset consists of 26,000 anime style images, half of which are foreground characters or objects, and the other half of which are backgrounds. It is intended for training segmentation or matting models where the foreground subject can be extracted from the background.
|