Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,11 @@ This dataset contains images of birds that can be found in Poland (according to
|
|
14 |
|
15 |
#### Fetching
|
16 |
The images were fetched from iNaturalist API (the photos have variouc cc licences, individal credits can be found in the `metadata.jsonl` file).
|
17 |
-
|
18 |
Only observations from Europe were considered (there was too little observations in Poland).
|
19 |
|
20 |
-
|
|
|
|
|
21 |
|
22 |
The photos were run through a Faster R-CNN network, to detect bird bboxes and scaled to 224x224.
|
23 |
|
|
|
14 |
|
15 |
#### Fetching
|
16 |
The images were fetched from iNaturalist API (the photos have variouc cc licences, individal credits can be found in the `metadata.jsonl` file).
|
|
|
17 |
Only observations from Europe were considered (there was too little observations in Poland).
|
18 |
|
19 |
+
For each species 600 photos were fetched (or in some cases, all available), some of them might have been filtered in the processing phase, so number of images per class varies.
|
20 |
+
|
21 |
+
#### Processing
|
22 |
|
23 |
The photos were run through a Faster R-CNN network, to detect bird bboxes and scaled to 224x224.
|
24 |
|