ptynecki commited on
Commit
ca3ef25
1 Parent(s): bcb9cda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -3
README.md CHANGED
@@ -1,3 +1,70 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p align="center">
2
+ <img src="https://gitlab.com/trapper-project/trapper-ai-worker/-/raw/main/OSCF-TRAPPER-AI-logo.png">
3
+ </p>
4
+
5
+ <div align="center">
6
+ <font size="6">TrapperAI model for for 18 European mammal species classification</font>
7
+ <br>
8
+ <hr>
9
+ </div>
10
+
11
+ ## 🐺 Overview
12
+
13
+ The TrapperAI model is responsible for the detection and classification of 18 European mammal species with a **95% F1-score** and **93% mAP50-95**. This model is based on the fine-tuned [YOLOv8-m](https://github.com/ultralytics/ultralytics) model and can be loaded and utilized directly through the Ultralytics package interface or via the TRAPPER ecosystem ([TrapperAI Worker](https://gitlab.com/trapper-project/trapper-ai-worker)).
14
+
15
+ The dataset used for model training and evaluation comprised **401,458** camera trap images from Poland, Germany, Sweden, Austria, and Switzerland. The data repository consisted of **5,680 deployments** and **2,944 locations**.
16
+
17
+ List of supported species:
18
+
19
+ * Bird
20
+ * Cat
21
+ * Chamois
22
+ * Dog
23
+ * Eurasian Lynx
24
+ * Eurasian Red Squirrel
25
+ * European Badger
26
+ * European Mouflon
27
+ * Fallow Deer
28
+ * Gray Wolf
29
+ * Hare
30
+ * Marten
31
+ * Moose
32
+ * Red Deer
33
+ * Red Fox
34
+ * Reindeer
35
+ * Roe Deer
36
+ * Wild Boar
37
+
38
+ The recommended image resolution for the model is 1280px.
39
+
40
+ ## 🏢 Who is using TRAPPER?
41
+ * Mammal Research Institute Polish Academy of Sciences;
42
+ * Karkonosze National Park;
43
+ * Swedish University of Agricultural Sciences;
44
+ * Svenska Jägareförbundet;
45
+ * Meles Wildbiologie;
46
+ * University of Freiburg Wildlife Ecology and Management;
47
+ * Bavarian Forest National Park;
48
+ * Georg-August-Universität Göttingen;
49
+ * KORA - Carnivore Ecology and Wildlife Management;
50
+ * and many more individual scientists and ecologies;
51
+
52
+ ## 💲 Funders and Partners
53
+ <p align="center">
54
+ <img src="https://gitlab.com/trapper-project/trapper-ai-worker/-/raw/main/TRAPPER-funds.png">
55
+ </p>
56
+ <p align="center">
57
+ <img src="https://gitlab.com/trapper-project/trapper-ai-worker/-/raw/main/TRAPPER-partners.png">
58
+ </p>
59
+
60
+ ## 🤝 Support
61
+
62
+ Feel free to add a new issue with a respective title and description on the [TRAPPER issue tracker](https://gitlab.com/trapper-project/trapper/-/issues). If you already found a solution to your problem, we would be happy to review your pull request.
63
+
64
+ If you prefer direct contact, please let us know: `contact@os-conservation.org`
65
+
66
+ We also have [TRAPPER Mailing List](https://groups.google.com/d/forum/trapper-project) and [TRAPPER Slack](https://join.slack.com/t/trapperproject/shared_invite/zt-2f360a5pu-CzsIqJ6Y~iCa_dmGXVNB7A).
67
+
68
+ ## 📜 License
69
+
70
+ Read more in [TRAPPER License](https://gitlab.com/oscf/trapper-ai-worker/-/blob/main/LICENSE).