Esri / Esri/raster-deep-learning

.emd file format outdated

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
203
Forks
92
PR merge metrics
No merged PRs in 30d

Description

Outdated .emd file, correct formatting should be, atleast for a keras model should be:

{
"Framework": "Keras",
"ModelConfiguration": "MaskRCNN",
"ModelFile":"mask_rcnn_spacenet_0053.h5",
"ModelType":"ObjectDetection",
"ImageHeight":650,
"ImageWidth":650,
"ExtractBands":[0,1,2],
"Classes" : [
{
"Value": 1,
"Name": "Building",
"Color": [0, 255, 0]
}
]
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.