egrace479 commited on
Commit
e65ec79
1 Parent(s): 23b3e19

Added distribution stats image link

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -37,7 +37,7 @@ Subset of images processed from Cuthill, et. al. dataset available at [doi:10.50
37
 
38
  ### Dataset Summary
39
 
40
- ![image](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).
@@ -125,7 +125,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
125
 
126
  ### Data Fields
127
 
128
- **In [Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv):**
129
 
130
  * `NHM_Specimen`: Natural History Museum Specimen number
131
  * `Image_filename`: filename of image of specimen
@@ -142,12 +142,12 @@ This dataset card aims to be a base template for new datasets. It has been gener
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](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/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](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:
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,7 +160,7 @@ RGB training images are in `train` folder and testing are in `test`.
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](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.
164
 
165
 
166
  ## 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).
 
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