diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2019-10-08 10:20:58 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2019-10-08 10:23:52 +0900 |
commit | 35cc28eacf603de0bdf3167991fe9871c262a852 (patch) | |
tree | b57d880546e229cf99c241a57508ab94074c14fd /emulator | |
parent | 8466202197a0c2bbd8cc50d2aa9eb695ff9b51a7 (diff) | |
download | unified-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 'emulator')
-rw-r--r-- | emulator/model-config_wearable.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index f24dad7..c834991 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.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> |