csviverdeia/deepforest-livestock

DeepForest Livestock - detector de gado em imagens aéreas (RetinaNet, MIT)

Public
60 runs

Run csviverdeia/deepforest-livestock 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
Imagem aérea RGB (jpg/png/tif) com gado/livestock.
patch_size
integer
400

Min: 200

Max: 2000

Tamanho do patch.
patch_overlap
number
0.15

Max: 0.5

Overlap entre patches (0-0.5).
iou_threshold
number
0.15

Max: 1

IoU pra NMS.
score_threshold
number
0.3

Max: 1

Score mínimo (0-1).
return_format
None
detections
None

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output"
}