You're looking at a specific version of this model. Jump to the model overview.
csviverdeia /deepforest-livestock:43b21b53
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
|
Imagem aérea RGB (jpg/png/tif) com gado/livestock.
|
|
| patch_size |
integer
|
400
Min: 200 Max: 2000 |
Tamanho do patch de inferência. Imagens grandes serão divididas em patches.
|
| patch_overlap |
number
|
0.15
Max: 0.5 |
Overlap entre patches (0.0 a 0.5).
|
| iou_threshold |
number
|
0.15
Max: 1 |
IoU threshold pra NMS (Non-Maximum Suppression).
|
| score_threshold |
number
|
0.3
Max: 1 |
Score mínimo pra considerar uma detecção válida (0.0 a 1.0).
|
| return_format |
None
|
detections
|
'detections' (JSON com boxes) ou 'summary' (estatísticas).
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}