flobbit commited on
Commit
820d1aa
1 Parent(s): bfd9e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - en
5
+ - image classification
6
+ - fastai
7
+ model-index:
8
+ - name: flutterby by flobbit
9
+ results:
10
+ - task:
11
+ name: image classification
12
+ type: image-classification
13
+ metrics:
14
+ - name: accuracy
15
+ type: acc
16
+ num_train_epochs: 10
17
+ learning_rate: 0.00363
18
+ value: 77.3
19
+ metrics:
20
+ - accuracy
21
+ pipeline_tag: image-classification
22
  ---
23
+
24
+ # FlutterBy ST Swallowtail Butterfly Insect Classification
25
+
26
+ ## Model description
27
+
28
+ The model is used to classify images into one of the 51 North American swallowtail or cattleheart butterfly species. `resnet50` was used for training.
29
+
30
+ ## Intended uses & limitations
31
+ The model was trained on 8577 insect images spread over 51 species. The model is likely biased toward some species being more likely found in certain habitats.
32
+
33
+ ## Training and evaluation data
34
+
35
+ The images used in training were obtained from GBIF:
36
+ GBIF.org (22 June 2023) GBIF Occurrence Download https://doi.org/10.15468/dl.bqg8bw
37
+
38
+ Only the first 400 images of each species (if available) were downloaded.
39
+ The image set was partially cleaned for quality to remove caterpillars, poor images or butterflies that were too far away for proper ID. After "cleaning", 200 additional images were downloaded for Battus philenor and Battus polydamas (as those species had a very high percentage of caterpillar shots).
40
+ The dataset is primarily "in the wild" shots rather than all staged poses, and includes images for which even an expert would not be able to see identifying characteristics (hence the lower overall accuracy). The image set had a minimum of 30 pics in a class for the less uncommon species (which is not enough for accurate training but they were included for completeness). 33 species had over 200 images (after cleaning).
41
+