diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2019-09-25 13:34:44 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2019-09-25 13:35:37 +0900 |
commit | cb7fe377f5ab05153e681cf525516024083ba8b9 (patch) | |
tree | 866c2c55cca2da24472a4e6574f7fe40a66efbbf /tw3 | |
parent | 65f0759ff4371466b51e551074f8e2cc51bdcfc8 (diff) | |
download | unified-model-config-cb7fe377f5ab05153e681cf525516024083ba8b9.tar.gz unified-model-config-cb7fe377f5ab05153e681cf525516024083ba8b9.tar.bz2 unified-model-config-cb7fe377f5ab05153e681cf525516024083ba8b9.zip |
[ACR-1431] Add new vision.inference feature keyssubmit/tizen/20190925.055048accepted/tizen/unified/20190925.100455
Change-Id: I55d4b85bf71ccfb103c1009c061574b7c086094a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Diffstat (limited to 'tw3')
-rw-r--r-- | tw3/model-config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 3d03cda..5b201d9 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -238,6 +238,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.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> |