You're looking at a specific version of this model. Jump to the model overview.
chigozienri /posy-motion-extraction:8499ec8f
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_video |
string
|
Input video
|
|
frames_offset |
integer
|
2
|
Frames to offset video by for motion extraction. Don't see any motion? Try increasing the number of frames.
|
color_delay_mode |
boolean
|
False
|
Enable color delay mode. Will ignore frames_offset, and use red_offset, green_offset, and blue_offset instead
|
red_offset |
integer
|
0
|
Number of frames to delay red channel
|
green_offset |
integer
|
5
|
Number of frames to delay green channel
|
blue_offset |
integer
|
10
|
Number of frames to delay blue channel
|
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'}