You're looking at a specific version of this model. Jump to the model overview.
zsxkib /yolo-world:745d39ce
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 |
---|---|---|---|
input_media |
string
|
Path to the input image or video
|
|
class_names |
string
|
dog, eye, tongue, ear, leash, backpack, person, nose
|
Enter the classes to be detected, separated by comma
|
max_num_boxes |
integer
|
100
Min: 1 Max: 300 |
Maximum number of bounding boxes to display
|
score_thr |
number
|
0.05
Max: 1 |
Score threshold for displaying bounding boxes
|
nms_thr |
number
|
0.5
Max: 1 |
NMS threshold
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}