Addax-Data-Science commited on
Commit
8c88d3d
·
verified ·
1 Parent(s): cc1028a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -3
README.md CHANGED
@@ -1,3 +1,126 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+ This model was trained by [Barry W. Brook](https://huggingface.co/bwbrook). The official location of the model files is [this Hugging Face repo](https://huggingface.co/bwbrook/mewc_pretrained).
5
+
6
+ These files are copied to this Hugging face repo because of the easy integration with [AddaxAI](https://addaxdatascience.com/addaxai/).
7
+
8
+ -------------------------------
9
+
10
+ __Developer__
11
+
12
+ Barry Brook
13
+
14
+
15
+ __Description__
16
+
17
+ The MEWC model for Tasmania has been trained on 2.5 million labelled images from 96 classes. It is based on the EfficientNet v2 Small model architecture, initialised with pre-trained ImageNet base weights. The classes include all non-volant terrestrial mammals (native and introduced) that are found in Tasmania, along with over 50 of the most-commonly observed bird species seen on camera traps. Most classes represent species, but there are also some general classes like snake or insect, and an unknown/washed-out special class. Based on held-out test data, the overall classification accuracy and f1 scores are >99%, and for the common species, accuracy typically exceeds 99.5%. The results for the rarest taxa are worse, but still over 90% in almost all cases.
18
+
19
+
20
+ __Classes__
21
+
22
+ - antechinus
23
+ - australian fur seal
24
+ - australian magpie
25
+ - australian owlet nightjar
26
+ - australian pipit
27
+ - bait
28
+ - bare nosed wombat
29
+ - bassian thrush
30
+ - beautiful firetail
31
+ - bennetts wallaby
32
+ - black currawong
33
+ - black rat
34
+ - black swan
35
+ - blotched blue tongue
36
+ - brown falcon
37
+ - brown goshawk
38
+ - brown hare
39
+ - brown quail
40
+ - brush bronzewing
41
+ - brushtail possum
42
+ - cape barren goose
43
+ - cat
44
+ - cattle
45
+ - chestnut teal
46
+ - chicken
47
+ - common blackbird
48
+ - common bronzewing
49
+ - common ringtail
50
+ - crescent honeyeater
51
+ - crimson rosella
52
+ - dog
53
+ - dusky robin
54
+ - eastern barred bandicoot
55
+ - eastern bettong
56
+ - eastern quoll
57
+ - eastern rosella
58
+ - european goldfinch
59
+ - european rabbit
60
+ - european starling
61
+ - fallow deer
62
+ - flame scarlet robin
63
+ - forest raven
64
+ - forester kangaroo
65
+ - goat
66
+ - green rosella
67
+ - grey currawong
68
+ - grey fantail
69
+ - grey shrikethrush
70
+ - guinea fowl
71
+ - house mouse
72
+ - insect
73
+ - laughing kookaburra
74
+ - lewins rail
75
+ - little penguin
76
+ - long nosed potoroo
77
+ - long tailed mouse
78
+ - maned goose
79
+ - masked lapwing
80
+ - new holland honeyeater
81
+ - olive whistler
82
+ - pacific black duck
83
+ - painted buttonquail
84
+ - peafowl
85
+ - pink robin
86
+ - platypus
87
+ - purple swamphen
88
+ - pygmy possum
89
+ - rakali
90
+ - red fox
91
+ - scrubtit
92
+ - sheep
93
+ - short beaked echidna
94
+ - skink
95
+ - snake
96
+ - sooty shearwater
97
+ - southern brown bandicoot
98
+ - spotted tail quoll
99
+ - strong billed honeyeater
100
+ - sugar glider
101
+ - superb fairywren
102
+ - superb lyrebird
103
+ - swamp harrier
104
+ - swamp rat
105
+ - tasmanian boobook
106
+ - tasmanian devil
107
+ - tasmanian nativehen
108
+ - tasmanian pademelon
109
+ - tasmanian scrubwren
110
+ - thornbill
111
+ - unknown animal
112
+ - wedge tailed eagle
113
+ - white bellied sea eagle
114
+ - white faced heron
115
+ - white footed dunnart
116
+ - yellow tailed black cockatoo
117
+ - yellow throated honeyeater
118
+
119
+
120
+ __Links__
121
+
122
+ [Learn more](https://github.com/zaandahl/mewc)
123
+
124
+ [License](https://creativecommons.org/licenses/by/4.0/)
125
+
126
+ [Citation](https://ecoevorxiv.org/repository/view/6405/)