Datasets:
Added distribution stats image link
Browse files
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 |
-
![
|
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
|
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 |
-
|
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 |
-
|
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
|
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
|