narugo commited on
Commit
0caeac9
1 Parent(s): 4ee0275

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 person detection.
12
+
13
+ | Dataset | Train | Test | Validate | Description |
14
+ |:-----------:|:-----:|:----:|:--------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15
+ | v1.1 | 9255 | 460 | 877 | Annotated on the Roboflow platform, including labeled data for various types of anime images (e.g. illustrations, comics). The dataset has also undergone data augmentation techniques to enhance its diversity and quality. |
16
+ | raw | 3085 | 460 | 877 | The same as `v1.1` dataset, without any preprocess and data augmentation. Suitable for directly upload to Roboflow platform. |
17
+ | AniDet3.v3i | 16124 | 944 | 1709 | Third-party dataset, source: https://universe.roboflow.com/university-of-michigan-ann-arbor/anidet3-ai42v/dataset/3 |
18
+
19
+ The best practice is to combine the `AniDet3.v3i` dataset with the `v1.1` dataset for training. We provide an [online demo](https://huggingface.co/spaces/deepghs/anime_object_detection).