csviverdeia/prithvi-sen1floods11
Prithvi-EO 2.0 TL Sen1Floods11 - segmentação de inundações (Sentinel-2 6-band, IBM+NASA)
Public
11
runs
Run csviverdeia/prithvi-sen1floods11 with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| image |
string
|
GeoTIFF Sentinel-2 6-band ou imagem RGB (auto-pad).
|
|
| image_size |
integer
|
512
Min: 128 Max: 1024 |
None
|
| return_format |
None
|
summary
|
None
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"x-order": 0,
"description": "GeoTIFF Sentinel-2 6-band ou imagem RGB (auto-pad)."
},
"image_size": {
"type": "integer",
"title": "Image Size",
"default": 512,
"maximum": 1024,
"minimum": 128,
"x-order": 1
},
"return_format": {
"enum": [
"summary",
"mask_png"
],
"type": "string",
"title": "return_format",
"description": "An enumeration.",
"default": "summary",
"x-order": 2
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output"
}