Background video removal
Removes the background of a video to replace it.
Use case example
- - Modify the background of a video with post-processing
Try it
You have to be logged in to run this model
Examples
There are no examples yet, be the first to send us one!Contact us
API Information
Input description
input_video* uri
Video to segment.
output_type string
An enumeration.
Default value: green-screen
Enum values: green-screen, alpha-mask, foreground-mask
Output JSON Schema
This represents the JSON schema that details the structure of the model's output.
{
"type":"string"
"title":"Output"
"format":"uri"
}