SatwikKambham commited on
Commit
0f07fb8
1 Parent(s): b93ff5c

Update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -25,16 +25,16 @@ The SUIM dataset is a dataset for semantic segmentation of underwater imagery.
25
  The dataset consists of 1525 annotated images for training/validation and
26
  110 samples for testing.
27
 
28
- | Object category | Symbol | RGB color code |
29
- |----------------------------------|--------|----------------|
30
- | Background (waterbody) | BW | 000 (black) |
31
- | Human divers | HD | 001 (blue) |
32
- | Aquatic plants and sea-grass | PF | 010 (green) |
33
- | Wrecks and ruins | WR | 011 (sky) |
34
- | Robots (AUVs/ROVs/instruments) | RO | 100 (red) |
35
- | Reefs and invertebrates | RI | 101 (pink) |
36
- | Fish and vertebrates | FV | 110 (yellow) |
37
- | Sea-floor and rocks | SR | 111 (white) |
38
 
39
 
40
  For more information about the original SUIM dataset,
 
25
  The dataset consists of 1525 annotated images for training/validation and
26
  110 samples for testing.
27
 
28
+ | Object category | Symbol | Grayscale value |
29
+ |----------------------------------|--------|-----------------|
30
+ | Background (waterbody) | BW | 0 (black) |
31
+ | Human divers | HD | 1 (blue) |
32
+ | Aquatic plants and sea-grass | PF | 2 (green) |
33
+ | Wrecks and ruins | WR | 3 (sky) |
34
+ | Robots (AUVs/ROVs/instruments) | RO | 4 (red) |
35
+ | Reefs and invertebrates | RI | 5 (pink) |
36
+ | Fish and vertebrates | FV | 6 (yellow) |
37
+ | Sea-floor and rocks | SR | 7 (white) |
38
 
39
 
40
  For more information about the original SUIM dataset,