[Doc] Add webp files showing some example apps.
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 3 Apr 2020 07:28:38 +0000 (16:28 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 3 Apr 2020 15:04:42 +0000 (00:04 +0900)
- README.md: Add three images of ubuntu native apps and links to nnstreamer-example repos

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
README.md

index 982ae64..68f6c1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,7 +82,56 @@ For more details, please access the following manuals.
 * To build an API library for Android, press [here](api/android/README.md).
 
 ## Usage Examples
+
 - [Example apps](https://github.com/nnstreamer/nnstreamer-example) (stable)
+- Check some Ubuntu C/C++ Native Examples ⬇️
+
+<table>
+  <thead>
+    <tr>
+      <th>
+        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_pose_estimation_tflite">
+          Pose Estimation
+        </a>
+      </th>
+      <th>
+        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_image_classification_tflite">
+          Image Classification
+        </a>
+      </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td rowspan=3>
+        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_pose_estimation_tflite">
+          <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_pose_estimation_tflite/yongjoo2.webp">
+        </a>
+      </td>
+      <td rowspan=1>
+        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_image_classification_tflite">
+          <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_image_classification_tflite/image_classification_tflite_demo.webp">
+        </a>
+    </tr>
+    <tr>
+      <th>
+        <strong>
+          <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_object_detection_tensorflow_lite">
+            Object Detection
+          </a>
+        </strong>
+      </th>
+    </tr>
+    <tr>
+      <td rowspan=1>
+        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_object_detection_tensorflow_lite">
+        <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_object_detection_tensorflow_lite/object_detection_tflite_demo.webp">
+      </a>
+      </td>
+    </tr>
+  </tbody>
+</table>
+
 - Wiki page [usage example screenshots](https://github.com/nnstreamer/nnstreamer/wiki/usage-examples-screenshots) (stable)
 
 ## CI Server