mikkoim commited on
Commit
ee2d9c4
·
verified ·
1 Parent(s): 3902f35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - biology
7
+ - climate
8
+ pretty_name: AquaMonitor JYU
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
+
13
+ # AquaMonitor JYU
14
+
15
+ This is a sample dataset of aquatic invertebrates from 31 classes. The training split has 40,880 images from 1049 individuals, while the validation split has 6394 images from 157 individuals.
16
+
17
+ # Metadata columns
18
+
19
+ | Column Name | Type | Description |
20
+ |----------------------------|-----------|-------------|
21
+ | img | str | The image filename. Unique identifier across the dataset. |
22
+ | individual | str | Identifier for the individual specimens. |
23
+ | imaging_run | str | Identifier for the imaging run. Some specimens have been imaged multiple times, and this ID refers to a single "drop" through the cuvette. Consists of individual id with running number suffix. With bulk imaged samples each individual has been imaged only once, resulting in 'individual' == 'imaging_run'. |
24
+ | taxon | str | The scientific name of the specimen. Refers to both adult and juvenile forms. |
25
+ | taxon_group | str | Specifies the visual group of the specimen. Some taxa have specimens from multiple visual groups, like juvenile and adult forms. If the taxon has no such subgroups, this value is the same as 'taxon'. Used for classification benchmarks. |
26
+ | taxon_label | str | Original label used during morphological identification. Matches the labels used in the monitoring databases. Was used during imaging and matches image filenames. |
27
+ | taxon_code | str | The abbreviation of the taxon_label. Matches filenames and identifiers. |
28
+ | lake | str | The lake the specimen was collected from. |
29
+ | site | str | Sampling site. |
30
+ | sample | str | The taxon-site combination. Before imaging, the samples were stored in containers with these groupings. |
31
+ | plate | str | (Only on DNA and biomass subsets) The 96 well plate ID. |
32
+ | position | str | (Only on DNA and biomass subsets) The position on the 96 well plate. Values range in [A-H] for rows and [1-12] for columns. |
33
+ | camera | int | The camera the image is from. Values in {1,2}. |
34
+ | area | int | The area of the specimen in the image. From BIODISCOVER imaging software. |
35
+ | perimeter | int | The perimeter of the specimen in the image. From BIODISCOVER imaging software. |
36
+ | holes | int | Number of morphological holes in the image segmentation. From BIODISCOVER imaging software. |
37
+ | max_feret_diameter | int | Maximum Feret diameter of the segmentation object. From BIODISCOVER imaging software. |
38
+ | area_holes | int | The area of the morphological holes in the segmentation. From BIODISCOVER imaging software. |
39
+ | roi_left | int | The left position of the image crop, relational to the full cuvette. |
40
+ | roi_top | int | The top position of the image crop, relational to the full cuvette. |
41
+ | roi_right | int | The right position of the image crop, relational to the full cuvette. |
42
+ | roi_bottom | int | The bottom position of the image crop, relational to the full cuvette. |
43
+ | width | int | Width of the image. |
44
+ | height | int | Height of the image. |
45
+ | imaging_time | datetime | Imaging timestamp. |
46
+ | dataset | str | The dataset subset image belongs to. Values in {'dna', 'biomass', 'bulk21', 'bulk22'}. |
47
+ | year | str | Sampling year. Values in {'2021', '2022'}. |
48
+ | is_bulk | bool | Whether the image was taken in the bulk imaging phase. |
49
+ | has_dna | bool | The individual has DNA sequence data. |
50
+ | has_biomass | bool | The individual has biomass information. |
51
+ | fold0-fold4 | str | The benchmark split the image belongs to, for five cross-validation folds. Values in {'train', 'val', 'test', '0'}. Values of '0' correspond to images in classes that have less than 50 specimens. |
52
+ | well_col | str | Column in the value 'position'. Values in range [1-12]. |
53
+ | well_row | str | Row in the value 'position'. Values in range [A-H]. |
54
+ | weight | float | Weight of the specimen in milligrams. Calculated from plate_weight and total_weight. |
55
+ | log_weight | float | Natural log of the weight. |
56
+ | log_weight_xplus1 | float | Weight in the form ln(x+1), where x is the value in 'weight'. |
57
+ | plate_weight | float | The measured plate weight. |
58
+ | total_weight | float | Weight of the plate with the specimen. |
59
+ | caddisfly_without_shell | float | If value is not NaN, this is the total weight of caddisfly samples weighed without the shell. |