egrace479 commited on
Commit
1e7305f
1 Parent(s): f4b26d6

Add distribution image (#3)

Browse files

- Add distribution image (eb748f6968207972294e2cdd0b2e3509eec2e17c)
- Added distribution stats image (23b3e1936373f569937405d113d1fa60627a0491)
- Added distribution stats image link (e65ec797d98694b388594693639382987dd9ca3d)

Curated_GS_Cuthill_Distribution_Snapshot.png ADDED

Git LFS Details

  • SHA256: f40b0419eb1a17dbcb4bee8b7a497736bc98b43a607dfcf5f950e992ae0ba759
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
README.md CHANGED
@@ -37,6 +37,8 @@ Subset of images processed from Cuthill, et. al. dataset available at [doi:10.50
37
 
38
  ### Dataset Summary
39
 
 
 
40
  <!---
41
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
42
  --->
@@ -123,7 +125,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
123
 
124
  ### Data Fields
125
 
126
- **In [Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv):**
127
 
128
  * `NHM_Specimen`: Natural History Museum Specimen number
129
  * `Image_filename`: filename of image of specimen
@@ -140,12 +142,12 @@ This dataset card aims to be a base template for new datasets. It has been gener
140
  * `lon`: longitude where specimen was collected
141
  * `speciesdesig`: species designation, first initial of species '.' subspecies (eg., 'm. rosina')
142
 
143
- [Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv) has three additional columns:
144
  * `Image_filename_png`: filename of (png) image of specimen, `dorsal_images_cuthill/` + `<Image_filename_png>` is the filepath for the processed dorsal image
145
  * `subset`: whether this is part of the training or test set (`train` or `test`)
146
  * `filepath`: the filepath for the train or test image
147
 
148
- [Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv) also has `Image_filename_png` and `subset`, but `subset` references the bird and butterfly acuity training and test sets. Additionally, it has columns:
149
  * `bird_filepath`: the filepath for the bird acuity version of the image
150
  * `butterfly_filepath`: the filepath for the butterfly acuity version of the image
151
 
@@ -158,7 +160,7 @@ RGB training images are in `train` folder and testing are in `test`.
158
 
159
  For bird and butterfly acuities, their respective training and test images are in the `train_bird` (`train_butterfly`) and `test_bird` (`test_butterfly`) folders.
160
 
161
- All of these folders are further subdivided by the subspecies. Filepaths to access these images are provided in [Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv) and [Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv), respectively.
162
 
163
 
164
  ## Dataset Creation
 
37
 
38
  ### Dataset Summary
39
 
40
+ ![Distribution Summary](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/blob/main/Curated_GS_Cuthill_Distribution_Snapshot.png)
41
+
42
  <!---
43
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
44
  --->
 
125
 
126
  ### Data Fields
127
 
128
+ **In `Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv`:**
129
 
130
  * `NHM_Specimen`: Natural History Museum Specimen number
131
  * `Image_filename`: filename of image of specimen
 
142
  * `lon`: longitude where specimen was collected
143
  * `speciesdesig`: species designation, first initial of species '.' subspecies (eg., 'm. rosina')
144
 
145
+ `Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv` has three additional columns:
146
  * `Image_filename_png`: filename of (png) image of specimen, `dorsal_images_cuthill/` + `<Image_filename_png>` is the filepath for the processed dorsal image
147
  * `subset`: whether this is part of the training or test set (`train` or `test`)
148
  * `filepath`: the filepath for the train or test image
149
 
150
+ `Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv` also has `Image_filename_png` and `subset`, but `subset` references the bird and butterfly acuity training and test sets. Additionally, it has columns:
151
  * `bird_filepath`: the filepath for the bird acuity version of the image
152
  * `butterfly_filepath`: the filepath for the butterfly acuity version of the image
153
 
 
160
 
161
  For bird and butterfly acuities, their respective training and test images are in the `train_bird` (`train_butterfly`) and `test_bird` (`test_butterfly`) folders.
162
 
163
+ All of these folders are further subdivided by the subspecies. Filepaths to access these images are provided in `Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv` and `Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv`, respectively.
164
 
165
 
166
  ## Dataset Creation