cloud-detection / config.pbtxt
truthdotphd's picture
Upload 3 files
d03e9df verified
raw
history blame
194 Bytes
backend: "python"
max_batch_size: 0
input [
{
name: "input_jp2_bytes"
data_type: TYPE_STRING
dims: [ 3 ]
}
]
output [
{
name: "output_mask"
data_type: TYPE_UINT8
dims: [-1, -1]
}
]