Skip to content

Instantly share code, notes, and snippets.

@OterLabb
Created February 24, 2019 13:25
Show Gist options
  • Save OterLabb/f3317a4282c334ee98f5062236b4c5eb to your computer and use it in GitHub Desktop.
Save OterLabb/f3317a4282c334ee98f5062236b4c5eb to your computer and use it in GitHub Desktop.
{
"Framework":"Keras",
"InferenceFunction":"MaskRCNN.py",
"ModelConfiguration":"DeepLab",
"ModelFile":"mask_rcnn_coco.h5",
"ModelType":"ImageClassification",
"ExtractBands": [0,1,2,3],
"ImageWidth":256,
"ImageHeight":256,
"Classes": [
{
"Value":0,
"Name":"Buildings",
"Ccolor": [0, 51, 0]
},
{
"Value":1,
"Name":"Roads/Parking Lots/Driveways",
"Color": [241, 185, 137]
},
{
"Value":2,
"Name":"Planted/Darker Cropland",
"Color": [236, 236, 0]
},
{
"Value":3,
"Name":"Water",
"Color": [0, 0, 117]
},
{
"Value":4,
"Name":"Forest",
"Color": [102, 102, 0]
},
{
"Value":5,
"Name":"Harvested/Open/Bare",
"Color": [236, 236, 236]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment