egrace479 commited on
Commit
70efb3e
1 Parent(s): c740e1c

# This is a combination of 9 commits.

Browse files

# This is the 1st commit message:

Update with master file including all image metadata

# This is the commit message #2:

Add notebook that generates master image catalog

# This is the commit message #3:

Add master CSV to git LFS tracking

# This is the commit message #4:

Add file type column to master CSV

# This is the commit message #5:

Explore duplicate CAMIDs and add file type column, make dorsal file with duplicate indicator.

# This is the commit message #6:

Add CSV of just dorsal images with CAMID duplicate indicator.

# This is the commit message #7:

Add updated notebook that made the updated CSVs

# This is the commit message #8:

Remove excess filetypes that were added

# This is the commit message #9:

Update readme with more information regarding multiple zenodo records and details of duplication of specimens.

.gitattributes CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+
57
+ Jiggins_Zenodo_Img_Master.csv filter=lfs diff=lfs merge=lfs -text
58
+
Jiggins_Zenodo_Img_Master.csv CHANGED
The diff for this file is too large to render. See raw diff
 
Jiggins_Zenodo_dorsal_Img_Master.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2034f2b00a4849e80b7707934c67331c6761318d023799c661165c7bf2d00f50
3
+ size 5771003
README.md CHANGED
@@ -30,8 +30,8 @@ language:
30
  ### Dataset Summary
31
 
32
  Subset of the collection records from the research group of Chris Jiggins at the University of Cambridge derived from almost 20 years of field studies.
33
- This subset contains approximately 34,000 RGB images across all Heliconius. Many records include images as well as locality data.
34
- All detached wings were photographed with a DSLR camera with a 100 mm macro-lens in standardized conditions; images and full records with data are stored in the [EarthCape database](https://heliconius.ecdb.io/default.aspx) and on [Zenodo](https://doi.org/10.5281/zenodo.4289223).
35
 
36
  Both dorsal and ventral images available. Contains both whole butterfly, and 4 wings separate. Large variation in image content.
37
 
@@ -48,27 +48,29 @@ This dataset card aims to be a base template for new datasets. It has been gener
48
 
49
  ## Dataset Structure
50
 
51
- * **Jiggins_Zenodo_Img_Master.csv:** Information for the approximately 34,000 unprocessed image files included in the Jiggins Heliconius Collection.
52
  * To access the images combine columns `zenodo_link` and `Image_name`:
53
  ```
54
  zenodo_link + '/files/' + Image_name
55
  ```
56
 
 
 
57
  ### Data Instances
58
 
59
- Multiple species of Heliconius including erato and melpomene.
60
  Detached wings in four quadrants (generally).
61
  Some subspecies may be photographed differently, needs segmentation preprocessing.
62
 
63
  * **Type:** JPG/jpg/tif(very few)
64
  * **Size (x pixels by y pixels):** Unknown yet
65
- * **Background (color or none):** multiple (needs to be normalised)
66
  * **Fit in frame:**
67
  * **Ruler or Scale:** Some with Ruler
68
  * **Color (ColorChecker, white-balance, None):** None
69
 
70
  #### Preprocessing steps (to be done):
71
- 1. Hybrid separation - some images labeled as H.erato and H. melpomene without subspecies names are hybrids and need to be determined what subspecies they are.
72
  2. Label correction - along with step 1.
73
  3. Removal of subspecies with no mimic pairs.
74
  4. Segmentation of four wings from images so we can focus on forewings vs hindwings: [WingSeg](https://github.com/agporto/WingSeg).
@@ -146,9 +148,7 @@ None
146
 
147
  Christopher Lawrence, Chris Jiggins, Butterfly Genetics Group (University of Cambridge). (2023). Jiggins Heliconius Collection. Hugging Face. https://huggingface.co/datasets/imageomics/Jiggins_Heliconius_Collection.
148
 
149
- If you use this dataset, please cite the original dataset (citation below) as well as this curated subset.
150
-
151
- Gabriela Montejo-Kovacevich, Eva van der Heijden, Nicola Nadeau, & Chris Jiggins. (2020). Cambridge butterfly wing collection batch 10. Zenodo. https://doi.org/10.5281/zenodo.4289223
152
 
153
  ### Contributions
154
 
 
30
  ### Dataset Summary
31
 
32
  Subset of the collection records from the research group of Chris Jiggins at the University of Cambridge derived from almost 20 years of field studies.
33
+ This subset contains approximately 49,359 RGB images of 12,586 specimens across all Heliconius. Many records include images as well as locality data.
34
+ All detached wings were photographed with a DSLR camera with a 100 mm macro-lens in standardized conditions; images and full records with data are stored in the [EarthCape database](https://heliconius.ecdb.io/default.aspx) and on [Zenodo](https://zenodo.org/communities/butterfly?q=&l=list&p=1&s=10&sort=newest) (across 32 records from the Butterfly Genetics Group).
35
 
36
  Both dorsal and ventral images available. Contains both whole butterfly, and 4 wings separate. Large variation in image content.
37
 
 
48
 
49
  ## Dataset Structure
50
 
51
+ * **Jiggins_Zenodo_Img_Master.csv:** Information for the approximately 49,0000 unprocessed image files included in the Jiggins Heliconius Collection. Image types are `jpg`, `raw` (.CR2) and `tif`.
52
  * To access the images combine columns `zenodo_link` and `Image_name`:
53
  ```
54
  zenodo_link + '/files/' + Image_name
55
  ```
56
 
57
+ * **Jiggins_Zenodo_dorsal_Img_Master.csv:** Subset of 24,318 images from `Jiggins_Zenodo_Img_Master.csv` with a dorsal view of the butterflies (note that some have both dorsal and ventral). This subset includes 12,296 unique specimens. Accessing the images from Zenodo works the same as above, and image types are `jpg`, `raw` (.CR2) and `tif`.
58
+
59
  ### Data Instances
60
 
61
+ Multiple species of Heliconius (including erato and melpomene), as well as some others (to be removed in a Jiggins_Zenodo_Img_Heliconius file).
62
  Detached wings in four quadrants (generally).
63
  Some subspecies may be photographed differently, needs segmentation preprocessing.
64
 
65
  * **Type:** JPG/jpg/tif(very few)
66
  * **Size (x pixels by y pixels):** Unknown yet
67
+ * **Background (color or none):** multiple (needs to be normalized)
68
  * **Fit in frame:**
69
  * **Ruler or Scale:** Some with Ruler
70
  * **Color (ColorChecker, white-balance, None):** None
71
 
72
  #### Preprocessing steps (to be done):
73
+ 1. Hybrid separation - some images labeled as _H. erato_ and _H. melpomene_ without subspecies names are hybrids and need to be determined what subspecies they are.
74
  2. Label correction - along with step 1.
75
  3. Removal of subspecies with no mimic pairs.
76
  4. Segmentation of four wings from images so we can focus on forewings vs hindwings: [WingSeg](https://github.com/agporto/WingSeg).
 
148
 
149
  Christopher Lawrence, Chris Jiggins, Butterfly Genetics Group (University of Cambridge). (2023). Jiggins Heliconius Collection. Hugging Face. https://huggingface.co/datasets/imageomics/Jiggins_Heliconius_Collection.
150
 
151
+ If you use this dataset, please cite the original datasets (citations for all 32 Zenodo records are in licenses.json) as well as this curated subset.
 
 
152
 
153
  ### Contributions
154
 
notebooks/make_Jiggins_Img_Master.ipynb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:942902efc187ba615cd7ca2a9030e64060aafa4c09ee03f775565186d00eeb77
3
+ size 79884