Datasets:
updated README formatting and add links
Browse files
README.md
CHANGED
@@ -52,63 +52,63 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
52 |
## Dataset Structure
|
53 |
|
54 |
```
|
55 |
-
|--
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
|
|
63 |
-
|--
|
64 |
-
| |
|
65 |
-
| |-- `train_bird`
|
66 |
-
| | |
|
67 |
-
| | |-- `erato_cyrbia`
|
68 |
-
| | |
|
69 |
-
| | |-- `erato_etylus`
|
70 |
-
| | |
|
71 |
-
| | | ...
|
72 |
-
| |
|
73 |
-
| |-- `test_bird`
|
74 |
-
| | |
|
75 |
-
| | |-- `erato_cyrbia`
|
76 |
-
| | |
|
77 |
-
| | |-- `erato_etylus`
|
78 |
-
| | |
|
79 |
-
| | | ...
|
80 |
-
| |
|
81 |
-
| |-- `train_butterfly`
|
82 |
-
| | |
|
83 |
-
| | |-- `erato_cyrbia`
|
84 |
-
| | |
|
85 |
-
| | |-- `erato_etylus`
|
86 |
-
| | |
|
87 |
-
| | | ...
|
88 |
-
| |
|
89 |
-
| |-- `test_butterfly`
|
90 |
| |
|
91 |
-
| |--
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
| |
|
93 |
-
| |--
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
| |
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
|
97 |
-
|--
|
98 |
-
|
|
99 |
-
|
|
100 |
-
|
|
101 |
-
|
|
102 |
-
|
|
103 |
-
|
|
104 |
|
|
105 |
-
|--
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
```
|
113 |
|
114 |
### Data Instances
|
@@ -123,7 +123,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]():**
|
127 |
|
128 |
* `NHM_Specimen`: Natural History Museum Specimen number
|
129 |
* `Image_filename`: filename of image of specimen
|
@@ -140,12 +140,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]() 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]() 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 +158,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]() and [Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv](), respectively.
|
162 |
|
163 |
|
164 |
## Dataset Creation
|
|
|
52 |
## Dataset Structure
|
53 |
|
54 |
```
|
55 |
+
|-- dorsal_images_cuthill
|
56 |
+
| |
|
57 |
+
| |-- 10427965_D_lowres.tif
|
58 |
+
| |
|
59 |
+
| |-- 10427966_D_lowres.tif
|
60 |
+
| |
|
61 |
+
| | ...
|
62 |
|
|
63 |
+
|-- Acuities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
| |
|
65 |
+
| |-- train_bird
|
66 |
+
| | |
|
67 |
+
| | |-- erato_cyrbia
|
68 |
+
| | |
|
69 |
+
| | |-- erato_etylus
|
70 |
+
| | |
|
71 |
+
| | | ...
|
72 |
| |
|
73 |
+
| |-- test_bird
|
74 |
+
| | |
|
75 |
+
| | |-- erato_cyrbia
|
76 |
+
| | |
|
77 |
+
| | |-- erato_etylus
|
78 |
+
| | |
|
79 |
+
| | | ...
|
80 |
| |
|
81 |
+
| |-- train_butterfly
|
82 |
+
| | |
|
83 |
+
| | |-- erato_cyrbia
|
84 |
+
| | |
|
85 |
+
| | |-- erato_etylus
|
86 |
+
| | |
|
87 |
+
| | | ...
|
88 |
+
| |
|
89 |
+
| |-- test_butterfly
|
90 |
+
| |
|
91 |
+
| |-- erato_cyrbia
|
92 |
+
| |
|
93 |
+
| |-- erato_etylus
|
94 |
+
| |
|
95 |
+
| | ...
|
96 |
|
|
97 |
+
|-- train
|
98 |
+
| |
|
99 |
+
| |-- erato_cyrbia
|
100 |
+
| |
|
101 |
+
| |-- erato_etylus
|
102 |
+
| |
|
103 |
+
| | ...
|
104 |
|
|
105 |
+
|-- test
|
106 |
+
|
|
107 |
+
|-- erato_cyrbia
|
108 |
+
|
|
109 |
+
|-- erato_etylus
|
110 |
+
|
|
111 |
+
| ...
|
112 |
```
|
113 |
|
114 |
### Data Instances
|
|
|
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 |
* `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 |
|
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
|