blob: 372215b3b14992229a27c5899178a0692547cae7 [file] [log] [blame]
[
{
"category" : "StreamsListPreference",
"type": "List",
"key": "streamslist",
"title": "Streams to transform",
"summary": "Select your input color",
"defaultValue": "out",
"entries": ["sent", "received"],
"entryValues": ["out", "in"]
},
{
"category" : "ModelPreference",
"type": "List",
"key": "modellist",
"title": "Model to load",
"summary": "Select the model to use",
"defaultValue": "model_256_F_16.tflite",
"entries": ["mv2_DLV3_256_MQ", "mv2_DLV3_256_QLATENCY_16", "mv2_DLV3_256_QLATENCY_8"],
"entryValues": ["mobilenet_v2_deeplab_v3_256_myquant.tflite", "model_256_Qlatency_16.tflite", "model_256_Qlatency.tflite"]
},
{
"category" : "ImageBackground",
"type": "List",
"key": "backgroundlist",
"title": "Background image",
"summary": "Select the image background to use",
"defaultValue": "background2.png",
"entries": ["background1", "background2"],
"entryValues": ["background1.png", "background2.png"]
}
]