Datasets:
vismiroglou
commited on
Commit
·
7599276
1
Parent(s):
bddd389
Added example annotation images
Browse files- README.md +13 -2
- example_images/1083.png +3 -0
- example_images/298.png +3 -0
- example_images/765.png +3 -0
- example_images/81.png +3 -0
README.md
CHANGED
@@ -118,10 +118,21 @@ The **AUTOFISH** dataset comprises 1500 high-quality images of fish on a conveyo
|
|
118 |
and a total of 18,160 instance segmentation masks.
|
119 |
|
120 |
The fish are partitioned into 25 groups, with 14 to 24 fish in each group. Each fish only appears in one group, making it easy to create training splits. The
|
121 |
-
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios.
|
|
|
|
|
122 |
fish overlap or touch each other. *All* contains all the fish from the group, purposely placed in positions with high overlap. Every group directory contains 20 images for
|
123 |
each set, where variation is introduced by changing the position and orientation of the fish. Exactly half of every set is with the fish on their one side, while the other
|
124 |
-
half has the fish flipped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
The available classes are:
|
127 |
- Cod
|
|
|
118 |
and a total of 18,160 instance segmentation masks.
|
119 |
|
120 |
The fish are partitioned into 25 groups, with 14 to 24 fish in each group. Each fish only appears in one group, making it easy to create training splits. The
|
121 |
+
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios.
|
122 |
+
|
123 |
+
Every group is partitioned into three subsets: *Set1*, *Set2*, and *All*. *Set1* and *Set2* contain half of the fish each, and none of the
|
124 |
fish overlap or touch each other. *All* contains all the fish from the group, purposely placed in positions with high overlap. Every group directory contains 20 images for
|
125 |
each set, where variation is introduced by changing the position and orientation of the fish. Exactly half of every set is with the fish on their one side, while the other
|
126 |
+
half has the fish flipped.
|
127 |
+
|
128 |
+
<p float="left">
|
129 |
+
<img src="example_images/1083.png" />
|
130 |
+
<img src="example_images/81.png"/>
|
131 |
+
<img src="example_images/298.png" />
|
132 |
+
<img src="example_images/765.png" />
|
133 |
+
<em>Example images from the dataset with overlayed annotations.</em>
|
134 |
+
</p>
|
135 |
+
|
136 |
|
137 |
The available classes are:
|
138 |
- Cod
|
example_images/1083.png
ADDED
Git LFS Details
|
example_images/298.png
ADDED
Git LFS Details
|
example_images/765.png
ADDED
Git LFS Details
|
example_images/81.png
ADDED
Git LFS Details
|