Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
License:
updated data structure and *.csv
Browse files
README.md
CHANGED
|
@@ -62,29 +62,23 @@ Images of fish collected from bodies of water near Princeton University.
|
|
| 62 |
|
| 63 |
```
|
| 64 |
/dataset/
|
| 65 |
-
<
|
| 66 |
-
<img_id 1>.png
|
| 67 |
-
<img_id 2>.png
|
| 68 |
-
...
|
| 69 |
-
<img_id n>.png
|
| 70 |
-
<group_1>/
|
| 71 |
<img_id 1>.png
|
| 72 |
<img_id 2>.png
|
| 73 |
...
|
| 74 |
<img_id n>.png
|
| 75 |
...
|
| 76 |
-
<
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
metadata.csv
|
| 82 |
```
|
| 83 |
|
| 84 |
|
| 85 |
### Data Instances
|
| 86 |
|
| 87 |
-
All images are named <img_id>.png or .jpeg
|
| 88 |
|
| 89 |
### Data Fields
|
| 90 |
[More Information Needed]
|
|
@@ -101,6 +95,24 @@ Ex:
|
|
| 101 |
-->
|
| 102 |
|
| 103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
## Dataset Creation
|
| 106 |
|
|
|
|
| 62 |
|
| 63 |
```
|
| 64 |
/dataset/
|
| 65 |
+
<folder>/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
<img_id 1>.png
|
| 67 |
<img_id 2>.png
|
| 68 |
...
|
| 69 |
<img_id n>.png
|
| 70 |
...
|
| 71 |
+
<img_id 1>.png
|
| 72 |
+
<img_id 2>.png
|
| 73 |
+
...
|
| 74 |
+
<img_id n>.png
|
| 75 |
+
fieldData2024.csv
|
|
|
|
| 76 |
```
|
| 77 |
|
| 78 |
|
| 79 |
### Data Instances
|
| 80 |
|
| 81 |
+
All images are named <img_id>.png or .jpeg. Some images are within folders, others are not; in or out of folders is arbitrary. The pictures were taken from a variety of phones by participants of QUEST 2024. The pictures were not standardized in any way.
|
| 82 |
|
| 83 |
### Data Fields
|
| 84 |
[More Information Needed]
|
|
|
|
| 95 |
-->
|
| 96 |
|
| 97 |
|
| 98 |
+
**fieldData2024.csv**:
|
| 99 |
+
- `photoID`: Unique identifier for the image.
|
| 100 |
+
- `photoName`: Same as Photo ID
|
| 101 |
+
- `species`: Species of the specimen in the image. There are 10 different species.
|
| 102 |
+
- `Location`: View of the specimen in the image (e.g., `ventral` or `dorsal` OR `top` or `bottom`, etc.; specify options where reasonable).
|
| 103 |
+
- `WaterTemp`: Temperature of water where fish was collected (C)
|
| 104 |
+
- `WaterFlow`: Flow Rate of water where fish was collected
|
| 105 |
+
- `WaterDepth`: Depth of water where fish was collected
|
| 106 |
+
- `photoURL`: Huggingface URL for image of the fish.
|
| 107 |
+
- `Body_Length`: Measured by hand and eye, the length of fish body (arbitrary unit)
|
| 108 |
+
- `Body_Width`: Measured by hand and eye, the width of fish body (arbitrary unit)
|
| 109 |
+
- `Head_Length`: Measured by hand and eye, the length of fish head (arbitrary unit)
|
| 110 |
+
- `Head_width`: Measured by hand and eye, the width of fish head (arbitrary unit)
|
| 111 |
+
- `Snout_to_eye`: Measured by hand and eye, the length between fish snout and eye (arbitrary unit)
|
| 112 |
+
- `Ratio_bodyLenByBodyWid`: Body_Length/Body_Width
|
| 113 |
+
- `Ratio_headLenByBodyWid`: Head_Length/Head_Width
|
| 114 |
+
-->
|
| 115 |
+
|
| 116 |
|
| 117 |
## Dataset Creation
|
| 118 |
|