nyuuzyou
commited on
Commit
•
f714e96
1
Parent(s):
515876c
Added augmentation information
Browse files
README.md
CHANGED
@@ -12,3 +12,11 @@ The AnimeHeadsv3 Object Detection Dataset is a collection of anime and art image
|
|
12 |
The dataset contains a total of 8037 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.
|
13 |
|
14 |
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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
The dataset contains a total of 8037 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.
|
13 |
|
14 |
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".
|
15 |
+
|
16 |
+
Augmentation parameters:
|
17 |
+
|
18 |
+
Outputs per training example: 3
|
19 |
+
Flip: Horizontal
|
20 |
+
Saturation: Between -40% and +40%
|
21 |
+
Blur: Up to 4px
|
22 |
+
Noise: Up to 4% of pixels
|