summaryrefslogtreecommitdiff
path: root/tw3
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2019-10-08 10:20:58 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2019-10-08 10:23:52 +0900
commit35cc28eacf603de0bdf3167991fe9871c262a852 (patch)
treeb57d880546e229cf99c241a57508ab94074c14fd /tw3
parent8466202197a0c2bbd8cc50d2aa9eb695ff9b51a7 (diff)
downloadunified-model-config-35cc28eacf603de0bdf3167991fe9871c262a852.tar.gz
unified-model-config-35cc28eacf603de0bdf3167991fe9871c262a852.tar.bz2
unified-model-config-35cc28eacf603de0bdf3167991fe9871c262a852.zip
Disable vision.inference features in some targets and profilessubmit/tizen/20191114.050542accepted/tizen/unified/20191114.123426
- emulator: mobile(true), tv(false), wearable(false) - generic: iot(false) - rpi3: tv(false) - tm1, tm2: true - tw2, tw3: false - xu3: ivi(false), tv(true) Change-Id: I00cc91c8f2b8663abd477b529197f4970c9862a8 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Diffstat (limited to 'tw3')
-rw-r--r--tw3/model-config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml
index 8ee8182..a912e48 100644
--- a/tw3/model-config.xml
+++ b/tw3/model-config.xml
@@ -239,9 +239,9 @@
<key name="tizen.org/feature/vision.barcode_generation" type="bool">true</key>
<key name="tizen.org/feature/vision.face_recognition" type="bool">true</key>
<key name="tizen.org/feature/vision.image_recognition" type="bool">true</key>
- <key name="tizen.org/feature/vision.inference" type="bool">true</key>
- <key name="tizen.org/feature/vision.inference.image" type="bool">true</key>
- <key name="tizen.org/feature/vision.inference.face" type="bool">true</key>
+ <key name="tizen.org/feature/vision.inference" type="bool">false</key>
+ <key name="tizen.org/feature/vision.inference.image" type="bool">false</key>
+ <key name="tizen.org/feature/vision.inference.face" type="bool">false</key>
<key name="tizen.org/feature/vision.qrcode_generation" type="bool">false</key>
<key name="tizen.org/feature/vision.qrcode_recognition" type="bool">false</key>
<key name="tizen.org/feature/watch_app" type="bool">true</key>