Update README.md
Browse files
README.md
CHANGED
@@ -13,5 +13,7 @@ Dataset for anime head detection (include the entire head, not only the face par
|
|
13 |
| Dataset | Train | Test | Validate | Description |
|
14 |
|------------------------|-------|------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
15 |
| ani_face_detection.v1i | 25698 | 113 | 253 | A high-quality third-party dataset (seems to no longer be publicly available, please contact me for removal if it infringes your rights) that can be used for training directly. Although its name includes `face`, but what it actually annotated are `head`. |
|
|
|
|
|
16 |
|
17 |
We provide an [online demo](https://huggingface.co/spaces/deepghs/anime_object_detection) here.
|
|
|
13 |
| Dataset | Train | Test | Validate | Description |
|
14 |
|------------------------|-------|------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
15 |
| ani_face_detection.v1i | 25698 | 113 | 253 | A high-quality third-party dataset (seems to no longer be publicly available, please contact me for removal if it infringes your rights) that can be used for training directly. Although its name includes `face`, but what it actually annotated are `head`. |
|
16 |
+
| v1.0 | 20889 | 1036 | 2000 | High-quality manually annotated head detection data. Includes images sampled from gelbooru and fancaps. All heads with human characteristics (including front, side, and back views) are marked, while non-human heads without significant humanoid features are not considered as "heads". |
|
17 |
+
| v1.0-raw | 6963 | 1036 | 2000 | Original archive of v1.0, without any preprocessing or data augmentation. |
|
18 |
|
19 |
We provide an [online demo](https://huggingface.co/spaces/deepghs/anime_object_detection) here.
|