Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,9 @@ license: cc-by-4.0
|
|
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,
|
11 |
and a total of 18,160 instance segmentation masks.
|
12 |
|
13 |
-
The fish are partitioned into 25 groups, with 14 to 24 fish in each group. The
|
14 |
-
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios.
|
15 |
-
|
16 |
-
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
|
17 |
-
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
|
18 |
-
half has the fish flipped.
|
19 |
|
20 |
The available classes are:
|
21 |
- Cod
|
@@ -25,8 +22,23 @@ The available classes are:
|
|
25 |
- Horse mackerel
|
26 |
- Other
|
27 |
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
{
|
31 |
"images": [
|
32 |
{
|
@@ -61,4 +73,4 @@ The annotations are in COCO format, with a structure as per the following exampl
|
|
61 |
},
|
62 |
...
|
63 |
],
|
64 |
-
}
|
|
|
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,
|
11 |
and a total of 18,160 instance segmentation masks.
|
12 |
|
13 |
+
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
|
14 |
+
number of fish and distribution of species in each group were pseudo-randomly selected to mimic real-world scenarios. In addition to all the labeled data, two high-overlap
|
15 |
+
unlabeled groups, as well as camera calibration images are included.
|
|
|
|
|
|
|
16 |
|
17 |
The available classes are:
|
18 |
- Cod
|
|
|
22 |
- Horse mackerel
|
23 |
- Other
|
24 |
|
25 |
+
Other information contained in the annotations:
|
26 |
+
- Segmentation masks
|
27 |
+
- Bounding boxes
|
28 |
+
- Lengths
|
29 |
+
- Unique fish IDs
|
30 |
+
- 'Side up' referring to the side of the fish that is visible
|
31 |
+
|
32 |
+
Extra information: <br>
|
33 |
+
Every group is partitioned into three subsets: *Set1*, *Set2*, and *All*. *Set1* and *Set2* contain half of the fish each, and none of the
|
34 |
+
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
|
35 |
+
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
|
36 |
+
half has the fish flipped.
|
37 |
+
|
38 |
+
In cases of high overlap, where fish occlude each other, some annotations might have multiple segmentation masks in a list of lists format.
|
39 |
+
|
40 |
+
<!-- The annotations are in COCO format, with a structure as per the following example: -->
|
41 |
+
<!-- ```yaml
|
42 |
{
|
43 |
"images": [
|
44 |
{
|
|
|
73 |
},
|
74 |
...
|
75 |
],
|
76 |
+
} -->
|