forked from Esri/raster-deep-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextSAM.emd
42 lines (42 loc) · 908 Bytes
/
TextSAM.emd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"ModelType": "ObjectDetection",
"InferenceFunction": "TextSAM.py",
"ExtractBands": [
0,
1,
2
],
"Classes": [
{
"Value": 1,
"Name": "Object",
"Color": [
186,
199,
208
]
}
],
"ModelFormat": "NCHW",
"MinCellSize": {
"x": 2.146743517369032e-06,
"y": 2.155325191644639e-06,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"MaxCellSize": {
"x": 2.146743517369032e-06,
"y": 2.155325191644639e-06,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"SupportsVariableTileSize": true,
"ImageHeight": 1024,
"ImageWidth": 1024,
"ImageSpaceUsed": "MAP_SPACE",
"IsMultispectral": false
}