File size: 2,067 Bytes
07b9be4
 
 
 
5d38a42
 
07b9be4
b833105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7498d55
b833105
 
 
 
 
 
 
 
 
 
 
 
 
7498d55
b833105
 
 
 
 
 
 
 
 
 
7498d55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
license: wtfpl
tags:
- object-detection
datasets:
- nyuuzyou/AnimeHeadsv3
---
# Anime Head Detection Models

This repository contains three object detection models based on YOLOv5l and YOLOv8l architectures. The images in the dataset were taken from anime and art, with manga pages added to AnimeHeadsv3.

## Versions

### AnimeHeadsv3

- Description: The third and last version of the project based on YOLOv8l. The training set contains 8037 images.
- Augmentation parameters: 
    - Outputs per training example: 3
    - Flip: Horizontal
    - Saturation: Between -40% and +40%
    - Blur: Up to 4px
    - Noise: Up to 4% of pixels
- Example images:

    ![Example image 1](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/1v3.jpg)
    ![Example image 2](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/2v3.jpg)
    ![Example image 3](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/3v3.jpg)
    
- Model file: `animeheadsv3.pt`

### AnimeHeadsv2

- Description: The second version of the project based on YOLOv8l. The training set contains 4632 images.
- Augmentation parameters: 
    - Outputs per training example: 3
    - Blur: Up to 2.75px
    - Noise: Up to 5% of pixels
- Example images:

    ![Example image 1](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/1v2.jpg)
    ![Example image 2](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/2v2.jpg)
    ![Example image 3](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/3v2.jpg)
- Model file: `animeheadsv2.pt`

### AnimeHeads

- Description: The first version of the project based on YOLOv5l. The training set contains 886 images.
- Augmentation parameters: None
- Example images:

    ![Example image 1](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/1v1.jpg)
    ![Example image 2](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/2v1.jpg)
    ![Example image 3](https://huggingface.co/nyuuzyou/AnimeHeads/resolve/main/examples/3v1.jpg)
- Model file: `animeheads.pt`