skytnt commited on
Commit
9611226
·
1 Parent(s): 2576494

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
- license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators: []
3
+ language: []
4
+ language_creators: []
5
+ license:
6
+ - cc0-1.0
7
+ multilinguality: []
8
+ pretty_name: Anime Segmentation
9
+ size_categories:
10
+ - 10K<n<100K
11
+ source_datasets:
12
+ - original
13
+ tags: []
14
+ task_categories:
15
+ - image-segmentation
16
+ task_ids:
17
+ - semantic-segmentation
18
  ---
19
+
20
+ ## Dataset Description
21
+
22
+ A segmentation dataset for anime character
23
+
24
+ ### Dataset Summary
25
+
26
+ | Dir | Description | Format | Images |
27
+ | ---- | ---- | ---- | ---- |
28
+ | bg | background images | jpg | 8057 |
29
+ | fg | foreground images | png | 11802 |
30
+ | imgs | images with background and foreground| jpg | 1111 |
31
+ | masks| labels for imgs | jpg | 1111 |
32
+ ### Collection Method
33
+
34
+ Collect background from [character_bg_seg_data](https://github.com/ShuhongChen/bizarre-pose-estimator#download)
35
+
36
+ Collect foreground from danbooru website.
37
+
38
+ Collect imgs and masks from [AniSeg](https://github.com/jerryli27/AniSeg#about-the-models) and danbooru website.
39
+
40
+ I clean the dataset using [DeepDanbooru](https://github.com/KichangKim/DeepDanbooru) first then manually, to make sue all foreground is anime character.
41
+
42
+ ### Contributions
43
+
44
+ Thanks to [@SkyTNT](https://github.com/SkyTNT) for adding this dataset.
45
+ Thanks to [@ShuhongChen](https://github.com/ShuhongChen) for [character_bg_seg_data](https://github.com/ShuhongChen/bizarre-pose-estimator#download)
46
+ Thanks to [@jerryli27](https://github.com/jerryli27) for [AniSeg](https://github.com/jerryli27/AniSeg#about-the-models)