From 1a7e238dac9451eab6676e0a56a632be794bcbe2 Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Mon, 28 Mar 2022 14:30:36 +0900 Subject: [PATCH 1/3] Add MediaVision explanation in overview.md of what-is-tizen Signed-off-by: Tae-Young Chung --- docs/platform/what-is-tizen/overview.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/platform/what-is-tizen/overview.md b/docs/platform/what-is-tizen/overview.md index ad16ebb5e6..064c5eb061 100755 --- a/docs/platform/what-is-tizen/overview.md +++ b/docs/platform/what-is-tizen/overview.md @@ -46,6 +46,13 @@ The most important strengths that enable Tizen to move to the next level are IoT ![IoTivity for Connectivity](media/about_tizen_6.png) +## AI and Machine Learning + +MediaVision provides task based inference API; classification, detection, and pose landmark detection. +It also provides easy ways for a user: +- to run models with meta files which describe model information +- to run various type of models with Machine Learning API +- to use H/W acceleration with NNRuntime ## Convergence Platform for the Emerging Era From df731b1a9512db1b89cbecbdabe593a7bd540e4f Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Mon, 4 Apr 2022 14:19:15 +0900 Subject: [PATCH 2/3] Revise MediaVision explanation Signed-off-by: Tae-Young Chung --- docs/platform/what-is-tizen/overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/platform/what-is-tizen/overview.md b/docs/platform/what-is-tizen/overview.md index 064c5eb061..7ca652965d 100755 --- a/docs/platform/what-is-tizen/overview.md +++ b/docs/platform/what-is-tizen/overview.md @@ -47,12 +47,12 @@ The most important strengths that enable Tizen to move to the next level are IoT ![IoTivity for Connectivity](media/about_tizen_6.png) ## AI and Machine Learning - -MediaVision provides task based inference API; classification, detection, and pose landmark detection. +### MediaVision +MediaVision provides task based inference API; classification, detection, and pose landmark detection. It also provides easy ways for a user: -- to run models with meta files which describe model information -- to run various type of models with Machine Learning API -- to use H/W acceleration with NNRuntime +- To run models with metafiles which describe model information +- To run various types of models with Machine Learning API +- To use H/W acceleration with NN Runtime ## Convergence Platform for the Emerging Era From 2b7f21180fcc566762d246f4de2207d5fa634666 Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Mon, 4 Apr 2022 16:13:36 +0900 Subject: [PATCH 3/3] Revise MediaVision explanation #2 Signed-off-by: Tae-Young Chung --- docs/platform/what-is-tizen/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/platform/what-is-tizen/overview.md b/docs/platform/what-is-tizen/overview.md index b8344d789d..0731cbe1d0 100755 --- a/docs/platform/what-is-tizen/overview.md +++ b/docs/platform/what-is-tizen/overview.md @@ -79,10 +79,10 @@ Compiler Toolchain ### MediaVision MediaVision provides task based inference API; classification, detection, and pose landmark detection. -It also provides easy ways for a user: -- To run models with metafiles which describe model information -- To run various types of models with Machine Learning API -- To use H/W acceleration with NN Runtime +It also provides an easy way for a user to do the following: +- Run models with metafiles which describe model information +- Run various types of models with Machine Learning API +- Use H/W acceleration with NN Runtime ## Convergence Platform for the Emerging Era