ksmehrab commited on
Commit
89d51eb
1 Parent(s): a946482

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -9
README.md CHANGED
@@ -50,7 +50,7 @@ Image with caption:
50
 
51
  # Dataset Card for Fish-Visual Trait Analysis (Fish-Vista)
52
 
53
- ## Dataset Deetails
54
 
55
  ### Dataset Description
56
 
@@ -105,11 +105,37 @@ English
105
  segmentation_masks/
106
  annotations/
107
  images/
108
- sample_images/
109
- filename 1
110
- filename 2
111
- ...
112
- filename n
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  classification_train.csv
114
  classification_test.csv
115
  classification_val.csv
@@ -117,6 +143,9 @@ English
117
  identification_test.csv
118
  identification_val.csv
119
  segmentation_data.csv
 
 
 
120
  metadata/
121
  figures/
122
  # figures included in README
@@ -124,8 +153,11 @@ English
124
  ```
125
 
126
  **Notes:**
127
- [Add instructions for downloading images here]
128
- * When all images are downloaded and processed, they are contained within a flat directory structure (as demonstrated in `sample_images`).
 
 
 
129
 
130
  ### Data Instances
131
 
@@ -287,8 +319,15 @@ For license and citation information by image, see our [license file](https://hu
287
  This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images may be licensed under different terms (as noted above).
288
  -->
289
 
 
 
 
 
 
 
290
  ## Citation
291
- [More Information Needed]
 
292
 
293
  **BibTeX:**
294
 
 
50
 
51
  # Dataset Card for Fish-Visual Trait Analysis (Fish-Vista)
52
 
53
+ ## Dataset Details
54
 
55
  ### Dataset Description
56
 
 
105
  segmentation_masks/
106
  annotations/
107
  images/
108
+ Images/
109
+ chunk_1
110
+ filename 1
111
+ filename 2
112
+ ...
113
+ filename 10k
114
+ chunk_2
115
+ filename 1
116
+ filename 2
117
+ ...
118
+ filename 10k
119
+ chunk_3
120
+ filename 1
121
+ filename 2
122
+ ...
123
+ filename 10k
124
+ chunk_4
125
+ filename 1
126
+ filename 2
127
+ ...
128
+ filename 10k
129
+ chunk_5
130
+ filename 1
131
+ filename 2
132
+ ...
133
+ filename 10k
134
+ chunk_6
135
+ filename 1
136
+ filename 2
137
+ ...
138
+ filename 10k
139
  classification_train.csv
140
  classification_test.csv
141
  classification_val.csv
 
143
  identification_test.csv
144
  identification_val.csv
145
  segmentation_data.csv
146
+ segmentation_train.csv
147
+ segmentation_test.csv
148
+ segmentation_val.csv
149
  metadata/
150
  figures/
151
  # figures included in README
 
153
  ```
154
 
155
  **Notes:**
156
+ <!-- [Add instructions for downloading images here]
157
+ -->
158
+ * Move to the `files and versions` tab
159
+ * Git clone the repository to obtain the images and CSV files
160
+ * Move all the images from each chunk to your target directory. Use the target directory as the flat image directory for the dataset.
161
 
162
  ### Data Instances
163
 
 
319
  This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images may be licensed under different terms (as noted above).
320
  -->
321
 
322
+ The source images in our dataset come with various licenses, mostly within the Creative Commons family. We provide license and citation information, including the source institution for each image, in our metadata CSV files available in the HuggingFace repository. Additionally, we attribute each image to the original FishAIR URL from which it was downloaded.
323
+
324
+ A small subset of our images (approximately 1k) from IDigBio are licensed under CC-BY-ND, which prohibits us from distributing processed versions of these images. Therefore, we do not publish these 1,000 images in the repository. Instead, we provide the URLs for downloading the original images and a processing script that can be applied to obtain the processed versions we use.
325
+
326
+ Our dataset is licensed under [CC-BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en). However, individual images within our dataset may have different licenses, which are specified in our CSV files.
327
+
328
  ## Citation
329
+ <!--[More Information Needed]
330
+ -->
331
 
332
  **BibTeX:**
333