Update id2label.json
Browse files- id2label.json +10 -0
id2label.json
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "Ignore",
|
3 |
+
"1": "Background",
|
4 |
+
"2": "Building",
|
5 |
+
"3": "Road",
|
6 |
+
"4": "Water",
|
7 |
+
"5": "Barren",
|
8 |
+
"6": "Forest",
|
9 |
+
"7": "Agricultural"
|
10 |
+
}
|