blob: 372215b3b14992229a27c5899178a0692547cae7 [file] [log] [blame]
AGS555248cd2020-05-13 11:15:19 -04001[
2 {
3 "category" : "StreamsListPreference",
4 "type": "List",
5 "key": "streamslist",
6 "title": "Streams to transform",
7 "summary": "Select your input color",
8 "defaultValue": "out",
9 "entries": ["sent", "received"],
10 "entryValues": ["out", "in"]
11 },
12 {
13 "category" : "ModelPreference",
14 "type": "List",
15 "key": "modellist",
16 "title": "Model to load",
17 "summary": "Select the model to use",
AGS51aa4c6d2020-05-20 15:49:11 -040018 "defaultValue": "model_256_F_16.tflite",
AGS555248cd2020-05-13 11:15:19 -040019 "entries": ["mv2_DLV3_256_MQ", "mv2_DLV3_256_QLATENCY_16", "mv2_DLV3_256_QLATENCY_8"],
20 "entryValues": ["mobilenet_v2_deeplab_v3_256_myquant.tflite", "model_256_Qlatency_16.tflite", "model_256_Qlatency.tflite"]
21 },
22 {
23 "category" : "ImageBackground",
24 "type": "List",
25 "key": "backgroundlist",
26 "title": "Background image",
27 "summary": "Select the image background to use",
AGS51aa4c6d2020-05-20 15:49:11 -040028 "defaultValue": "background2.png",
AGS555248cd2020-05-13 11:15:19 -040029 "entries": ["background1", "background2"],
30 "entryValues": ["background1.png", "background2.png"]
31 }
32]