Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,9 @@ 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.
|
17 |
The foundation of this dataset is based upon https://huggingface.co/datasets/skytnt/anime-segmentation
|
|
|
7 |
- config_name: default
|
8 |
data_files:
|
9 |
- split: background
|
10 |
+
path: "bg-01.zip"
|
|
|
11 |
- split: foreground
|
12 |
+
path: "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.
|
15 |
The foundation of this dataset is based upon https://huggingface.co/datasets/skytnt/anime-segmentation
|