Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -68,17 +68,17 @@ For instructions on how to do this, please see (WebDataset)[https://huggingface.
|
|
68 |
## Class distribution
|
69 |
|
70 |
| Class ID | Class Name | Description | Percentage |
|
71 |
-
|
|
72 |
| 0 | Background | Unclassified areas | 87% |
|
73 |
| 1 | Mussels | Mussel bed | 13% |
|
74 |
|
75 |
## Split information
|
76 |
|
77 |
-
| Split | Data Percentage | Tiles Count | Mussel Pixels
|
78 |
-
| :--------- | --------------: | ----------: |
|
79 |
-
| Train | 48% | 4834 |
|
80 |
-
| Validation | 13% | 1277 |
|
81 |
-
| Test | 39% | 3861 |
|
82 |
|
83 |
Train and Validation split tiles all contain at least 1 pixel in each class. For the Test split, some tiles are entirely the background class.
|
84 |
|
|
|
68 |
## Class distribution
|
69 |
|
70 |
| Class ID | Class Name | Description | Percentage |
|
71 |
+
| :------- | :--------- | :----------------- | :--------: |
|
72 |
| 0 | Background | Unclassified areas | 87% |
|
73 |
| 1 | Mussels | Mussel bed | 13% |
|
74 |
|
75 |
## Split information
|
76 |
|
77 |
+
| Split | Data Percentage | Tiles Count | Mussel Pixels |
|
78 |
+
| :--------- | --------------: | ----------: | ------------: |
|
79 |
+
| Train | 48% | 4834 | 18.4% |
|
80 |
+
| Validation | 13% | 1277 | 16.7% |
|
81 |
+
| Test | 39% | 3861 | 4.3% |
|
82 |
|
83 |
Train and Validation split tiles all contain at least 1 pixel in each class. For the Test split, some tiles are entirely the background class.
|
84 |
|