Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,17 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
The **AUTOFISH** dataset comprises 1500 high-quality images of fish on a conveyor belt. It features 454 unique fish with class labels, IDs, manual length measurements,
|
|
|
5 |
language:
|
6 |
- en
|
7 |
license: cc-by-4.0
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: image
|
11 |
+
dtype: image
|
12 |
+
configs:
|
13 |
+
- config_name: set1
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path:
|
17 |
+
- metadata.csv
|
18 |
+
- group_1/*.png
|
19 |
---
|
20 |
|
21 |
The **AUTOFISH** dataset comprises 1500 high-quality images of fish on a conveyor belt. It features 454 unique fish with class labels, IDs, manual length measurements,
|