narugo commited on
Commit
34d9c49
·
1 Parent(s): 39b807f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - object-detection
5
+ tags:
6
+ - art
7
+ size_categories:
8
+ - 1K<n<10K
9
  ---
10
+
11
+ Dataset for anime face detection (face only, not the entire head).
12
+
13
+ | Dataset | Train | Test | Validate | Description |
14
+ |:-----------------------:|:-----:|:----:|:--------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15
+ | v1 | 5943 | 293 | 566 | Primarily consists of illustrations, auto-annotated with [hysts/anime-face-detector](https://github.com/hysts/anime-face-detector), and necessary manual corrections is performed. |
16
+ | raw | 1981 | 293 | 566 | Same as `v1`, without any preprocess and data augmentation. Suitable for directly upload to Roboflow platform. |
17
+ | Anime Face CreateML.v1i | 4263 | 609 | 1210 | Third-party dataset, source: https://universe.roboflow.com/my-workspace-mph8o/anime-face-createml/dataset/1 |
18
+
19
+ The best practice is to combine the `Anime Face CreateML.v1i` dataset with the `v1` dataset for training. We provide an [online demo](https://huggingface.co/spaces/deepghs/anime_object_detection).