File size: 2,721 Bytes
548ae3f
 
 
96e6ffd
aa35aae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548ae3f
 
aa35aae
548ae3f
aa35aae
548ae3f
 
aa35aae
26ec311
548ae3f
aa35aae
 
 
 
 
 
 
 
 
 
 
 
 
 
f714e96
aa35aae
f714e96
 
 
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
task_categories:
- object-detection
license: wtfpl
dataset_info:
- config_name: With augmentation
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  - name: objects
    sequence:
    - name: id
      dtype: int64
    - name: area
      dtype: int64
    - name: bbox
      sequence: float32
      length: 4
    - name: category
      dtype: string
  splits:
  - name: train
    num_bytes: 2817954
    num_examples: 8037
  - name: validation
    num_bytes: 37647
    num_examples: 100
  - name: test
    num_bytes: 8425
    num_examples: 20
  download_size: 590150250
  dataset_size: 2864026
- config_name: Without augmentation
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  - name: objects
    sequence:
    - name: id
      dtype: int64
    - name: area
      dtype: int64
    - name: bbox
      sequence: float32
      length: 4
    - name: category
      dtype: string
  splits:
  - name: train
    num_bytes: 932413
    num_examples: 2659
  - name: validation
    num_bytes: 37647
    num_examples: 100
  - name: test
    num_bytes: 7393
    num_examples: 18
  download_size: 512953012
  dataset_size: 977453
---

# AnimeHeadsv3 Object Detection Dataset

The AnimeHeadsv3 Object Detection Dataset is a collection of anime and art images, including manga pages, that have been annotated with object bounding boxes for use in object detection tasks.
## Contents

There are two versions of the dataset available:
The dataset contains a total of 8157 images, split into training, validation, and testing sets. The images were collected from various sources and include a variety of anime and art styles, including manga.

- Dataset with augmentation: Contains 8157 images.
- Dataset without augmentation: Contains 2777 images.

The images were collected from various sources and include a variety of anime and art styles, including manga. The annotations were created using the COCO format, with each annotation file containing the bounding box coordinates and label for each object in the corresponding image. The dataset has only one class named "head".

## Preprocessing

The dataset with augmentation has the following preprocessing parameters:

    Resize: Fit within 640x640

The dataset without augmentation does not have any preprocessing applied.

## Augmentation Parameters

The following augmentation parameters were applied to the dataset with augmentation:

    Outputs per training example: 3
    Flip: Horizontal
    Saturation: Between -40% and +40%
    Blur: Up to 4px
    Noise: Up to 4% of pixels