Upload label_map.json
Browse files- label_map.json +12 -0
label_map.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"AnnualCrop": 0,
|
3 |
+
"Forest": 1,
|
4 |
+
"HerbaceousVegetation": 2,
|
5 |
+
"Highway": 3,
|
6 |
+
"Industrial": 4,
|
7 |
+
"Pasture": 5,
|
8 |
+
"PermanentCrop": 6,
|
9 |
+
"Residential": 7,
|
10 |
+
"River": 8,
|
11 |
+
"SeaLake": 9
|
12 |
+
}
|