File size: 1,631 Bytes
c5e20ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- object-detection
tags:
- roboflow
---

### Roboflow Dataset Page
https://universe.roboflow.com/riis/aerial-sheep/dataset/1

### Dataset Labels

```
['sheep']
```

### Citation

```
@misc{ aerial-sheep_dataset,
    title = { Aerial Sheep Dataset },
    type = { Open Source Dataset },
    author = { Riis },
    howpublished = { \\url{ https://universe.roboflow.com/riis/aerial-sheep } },
    url = { https://universe.roboflow.com/riis/aerial-sheep },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2022 },
    month = { jun },
    note = { visited on 2023-01-02 },
}
```

### License
Public Domain

### Dataset Summary
This dataset was exported via roboflow.com on December 2, 2022 at 4:47 AM GMT

Roboflow is an end-to-end computer vision platform that helps you
* collaborate with your team on computer vision projects
* collect & organize images
* understand unstructured image data
* annotate, and create datasets
* export, train, and deploy computer vision models
* use active learning to improve your dataset over time

It includes 4133 images.
Sheep are annotated in COCO format.

The following pre-processing was applied to each image:
* Auto-orientation of pixel data (with EXIF-orientation stripping)
* Resize to 600x600 (Stretch)

The following augmentation was applied to create 3 versions of each source image:
* 50% probability of horizontal flip
* 50% probability of vertical flip
* Randomly crop between 0 and 20 percent of the image
* Random brigthness adjustment of between -15 and +15 percent
* Random exposure adjustment of between -10 and +10 percent