-
Aline Gondim Santos authored
Change-Id: I179896b2414f35f0efc543738e7ecc943d5deb1d
Aline Gondim Santos authoredChange-Id: I179896b2414f35f0efc543738e7ecc943d5deb1d
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
preferences-tfcc.json 988 B
[
{
"category" : "StreamsListPreference",
"type": "List",
"key": "streamslist",
"title": "Streams to transform",
"summary": "Select video to transform",
"defaultValue": "out",
"entries": ["sent", "received"],
"entryValues": ["out", "in"],
"scope": "plugin"
},
{
"category" : "models",
"type": "List",
"key": "modellist",
"title": "Model to load",
"summary": "Select the model to use",
"defaultValue": "mModel.pb",
"entries": ["mModel"],
"entryValues": ["mModel.pb"],
"scope": "plugin"
},
{
"category" : "backgrounds",
"type": "Path",
"mimeType": "image/png",
"key": "background",
"title": "Background image",
"summary": "Select the image background to use",
"defaultValue": "data/backgrounds/background2.png",
"scope": "plugin,Foreground Segmentation"
}
]