Spaces:
Sleeping
Sleeping
franzi2505
commited on
Commit
•
88af9ca
1
Parent(s):
e54639b
update readme
Browse files
README.md
CHANGED
@@ -46,19 +46,24 @@ The metric takes two optional input parameters: __label2id__ and __stuff__.
|
|
46 |
* `label2id: Dict[str, int]`: this dictionary is used to map string labels to an integer representation.
|
47 |
if not provided a default setting will be used:
|
48 |
`{'WATER': 0,
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
62 |
`
|
63 |
* `stuff: List[str]`: this list holds all string labels that belong to stuff.
|
64 |
if not provided a default setting will be used:
|
|
|
46 |
* `label2id: Dict[str, int]`: this dictionary is used to map string labels to an integer representation.
|
47 |
if not provided a default setting will be used:
|
48 |
`{'WATER': 0,
|
49 |
+
'SKY': 1,
|
50 |
+
'LAND': 2,
|
51 |
+
'MOTORBOAT': 3,
|
52 |
+
'FAR_AWAY_OBJECT': 4,
|
53 |
+
'SAILING_BOAT_WITH_CLOSED_SAILS': 5,
|
54 |
+
'SHIP': 6,
|
55 |
+
'WATERCRAFT': 7,
|
56 |
+
'SPHERICAL_BUOY': 8,
|
57 |
+
'CONSTRUCTION': 9,
|
58 |
+
'FLOTSAM': 10,
|
59 |
+
'SAILING_BOAT_WITH_OPEN_SAILS': 11,
|
60 |
+
'CONTAINER': 12,
|
61 |
+
'PILLAR_BUOY': 13,
|
62 |
+
'AERIAL_ANIMAL': 14,
|
63 |
+
'HUMAN_IN_WATER': 15,
|
64 |
+
'OWN_BOAT': 16,
|
65 |
+
'WOODEN_LOG': 17,
|
66 |
+
'MARITIME_ANIMAL': 18}
|
67 |
`
|
68 |
* `stuff: List[str]`: this list holds all string labels that belong to stuff.
|
69 |
if not provided a default setting will be used:
|