File size: 951 Bytes
8573f71
 
 
 
 
 
 
 
 
 
54eb654
 
 
 
 
 
 
 
b3f7c73
63bc79a
 
54eb654
 
 
 
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
---
license: cc-by-nc-sa-4.0
language:
- la
tags:
- biology
size_categories:
- 100K<n<1M
task_categories:
- image-classification
---

This dataset contains images of birds that can be found in Poland (according to https://avibase.bsc-eoc.org/checklist.jsp?region=PL).

#### Fetching
The images were fetched from iNaturalist API (the photos have variouc cc licences, individal credits can be found in the `metadata.jsonl` file).
Only observations from Europe were considered (there was too little observations in Poland).

For each species 600 photos were fetched (or in some cases, all available), some of them might have been filtered out in the processing phase, so number of images per class varies. 

#### Processing

The photos were run through a Faster R-CNN network, to detect bird bboxes and scaled to 224x224.

Image was only accepted if there was exactly one match found, to avoid using photos with multiple (or none) species in one picture.