You're looking at a specific version of this model. Jump to the model overview.
franz-biz /yolo-world-xl:fd1305d3
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
|
return_json |
boolean
|
False
|
Return results in json format
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'json_str': {'title': 'Json Str', 'type': 'string'},
'media_path': {'format': 'uri',
'title': 'Media Path',
'type': 'string'}},
'title': 'Output',
'type': 'object'}