egrace479 commited on
Commit
5c70c04
1 Parent(s): be98f94

Update with information about the Heliconius subset and notebooks.

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -48,7 +48,7 @@ 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 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
@@ -56,9 +56,16 @@ This dataset card aims to be a base template for new datasets. It has been gener
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
 
 
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`. `genus`, `species`, and `subspecies` are included columns.
52
  * To access the images combine columns `zenodo_link` and `Image_name`:
53
  ```
54
  zenodo_link + '/files/' + Image_name
 
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
+ * **Jiggins_Heliconius_Master.csv:** The 34,929-image subset of all Heliconius images from `Jiggins_Zenodo_Img_Master.csv`. This subset includes 9,546 unique specimens. Accessing the images from Zenodo works the same as above, and image types are `jpg`, `raw` (.CR2) and `tif`. `species` and `subspecies` columns are also included.
60
+
61
+
62
+
63
+ * Note: The notebooks that generated these files and stats are included in the `notebooks` folder.
64
+
65
+
66
  ### Data Instances
67
 
68
+ `Jiggins_Heliconius_Master.csv` contains multiple species of Heliconius (including erato and melpomene), most are labeled down to the subspecies level. The `Jiggins_Zenodo_Img_Master.csv` also contains species from other genera, with just over half labeled to the subspecies level (these are predominantly Heliconius subspecies).
69
  Detached wings in four quadrants (generally).
70
  Some subspecies may be photographed differently, needs segmentation preprocessing.
71