ceyda commited on
Commit
524a6dc
1 Parent(s): b26dc5e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Data Source
3
+ High-res images from Smithsonian "Education and Outreach" & "NMNH - Entomology Dept." collections found online [here](https://collections.si.edu/search/results.htm?q=butterfly&view=list&fq=online_media_type%3A%22Images%22&fq=topic%3A%22Insects%22&fq=data_source%3A%22NMNH+-+Entomology+Dept.%22&media.CC0=true&dsort=title&start=0)
4
+
5
+ License: Only CC0
6
+
7
+ Includes metadata about the scientific name etc.! Might be also good for classifications
8
+
9
+
10
+ # Example data
11
+
12
+ ```
13
+ {'image_url': 'https://ids.si.edu/ids/deliveryService?id=ark:/65665/m3b3132f6666904de396880d9dc811c5cd',
14
+ 'image_alt': 'view Aholibah Underwing digital asset number 1',
15
+ 'id': 'ark:/65665/m3b3132f6666904de396880d9dc811c5cd',
16
+ 'name': 'Aholibah Underwing',
17
+ 'scientific_name': 'Catocala aholibah',
18
+ 'gender': None,
19
+ 'taxonomy': 'Animalia, Arthropoda, Hexapoda, Insecta, Lepidoptera, Noctuidae, Catocalinae',
20
+ 'region': None,
21
+ 'locality': None,
22
+ 'date': None,
23
+ 'usnm_no': 'EO400317-DSP',
24
+ 'guid': 'http://n2t.net/ark:/65665/39b506292-715f-45a7-8511-b49bb087c7de',
25
+ 'edan_url': 'edanmdm:nmnheducation_10866595',
26
+ 'source': 'Smithsonian Education and Outreach collections',
27
+ 'stage': None,
28
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=2000x1328 at 0x7F57D0504DC0>,
29
+ 'image_hash': '27a5fe92f72f8b116d3b7d65bac84958',
30
+ 'sim_score': 0.8440760970115662}
31
+
32
+ ```
33
+
34
+ # Processing
35
+ sim-score indicates clip score for "pretty butterfly". This is to eliminate non-butterfly images(just id card images etc)