Datasets:
Commit
·
5ab6e68
1
Parent(s):
d12ca86
Added citation
Browse files
README.md
CHANGED
|
@@ -104,10 +104,10 @@ configs:
|
|
| 104 |
# path:
|
| 105 |
# - metadata.csv
|
| 106 |
# - "group_23/*.png"
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
# - split: group_25
|
| 112 |
# path:
|
| 113 |
# - metadata.csv
|
|
@@ -122,9 +122,11 @@ The fish are partitioned into 25 groups, with 14 to 24 fish in each group. Each
|
|
| 122 |
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios.
|
| 123 |
|
| 124 |
Every group is partitioned into three subsets: *Set1*, *Set2*, and *All*. *Set1* and *Set2* contain half of the fish each, and none of the
|
| 125 |
-
fish overlap or touch each other. *All* contains all the fish from the group, purposely placed in positions with high overlap. Every group
|
| 126 |
-
each set, where variation is introduced by changing the position and orientation of the fish.
|
| 127 |
-
half has the fish flipped.
|
|
|
|
|
|
|
| 128 |
|
| 129 |
| | |
|
| 130 |
|----------|----------|
|
|
@@ -156,7 +158,15 @@ dataset = datasets.load_dataset('vapaau/autofish', revision='script', trust_remo
|
|
| 156 |
|
| 157 |
If you use this dataset for your work, please cite:
|
| 158 |
```yaml
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
```
|
| 161 |
|
| 162 |
### Ethical Statement
|
|
@@ -164,4 +174,7 @@ Fish used in these experiments were caught and landed by fishermen following rel
|
|
| 164 |
The Danish Ministry of Food, Agriculture and Fisheries of Denmark was contacted before fish collection to ensure compliance with legislation.
|
| 165 |
The fish were dead at landing and only dead fish were included in this experiment.
|
| 166 |
There is no conflict with the European Union (EU) directive on animal experimentation (article 3, 20.10.2010, Official Journal of the European Union L276/39) and Danish law (BEK nr 12, 07/01/2016).
|
| 167 |
-
The laboratory facilities used at Aalborg University are approved according to relevant legislation.
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
# path:
|
| 105 |
# - metadata.csv
|
| 106 |
# - "group_23/*.png"
|
| 107 |
+
- split: group_24
|
| 108 |
+
path:
|
| 109 |
+
- metadata.csv
|
| 110 |
+
- "group_24/*.png"
|
| 111 |
# - split: group_25
|
| 112 |
# path:
|
| 113 |
# - metadata.csv
|
|
|
|
| 122 |
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios.
|
| 123 |
|
| 124 |
Every group is partitioned into three subsets: *Set1*, *Set2*, and *All*. *Set1* and *Set2* contain half of the fish each, and none of the
|
| 125 |
+
fish overlap or touch each other. *All* contains all the fish from the group, purposely placed in positions with high overlap. Every group contains 20 images for
|
| 126 |
+
each set, where variation is introduced by changing the position and orientation of the fish. Half the images of a set are with the fish on one side, while the other
|
| 127 |
+
half has the fish flipped. This structure can be seen in the dataset viewer*.
|
| 128 |
+
|
| 129 |
+
The following figures display some examples with overlaid annotations:
|
| 130 |
|
| 131 |
| | |
|
| 132 |
|----------|----------|
|
|
|
|
| 158 |
|
| 159 |
If you use this dataset for your work, please cite:
|
| 160 |
```yaml
|
| 161 |
+
@misc{bengtson2025autofishdatasetbenchmarkfinegrained,
|
| 162 |
+
title={AutoFish: Dataset and Benchmark for Fine-grained Analysis of Fish},
|
| 163 |
+
author={Stefan Hein Bengtson and Daniel Lehotský and Vasiliki Ismiroglou and Niels Madsen and Thomas B. Moeslund and Malte Pedersen},
|
| 164 |
+
year={2025},
|
| 165 |
+
eprint={2501.03767},
|
| 166 |
+
archivePrefix={arXiv},
|
| 167 |
+
primaryClass={cs.CV},
|
| 168 |
+
url={https://arxiv.org/abs/2501.03767},
|
| 169 |
+
}
|
| 170 |
```
|
| 171 |
|
| 172 |
### Ethical Statement
|
|
|
|
| 174 |
The Danish Ministry of Food, Agriculture and Fisheries of Denmark was contacted before fish collection to ensure compliance with legislation.
|
| 175 |
The fish were dead at landing and only dead fish were included in this experiment.
|
| 176 |
There is no conflict with the European Union (EU) directive on animal experimentation (article 3, 20.10.2010, Official Journal of the European Union L276/39) and Danish law (BEK nr 12, 07/01/2016).
|
| 177 |
+
The laboratory facilities used at Aalborg University are approved according to relevant legislation.
|
| 178 |
+
___
|
| 179 |
+
|
| 180 |
+
*Due to size limitations we chose to display 2 random groups on the dataset viewer instead of the entire dataset.
|