[Documentation] Add tensormux/tensordemux in README.md
authorjijoong.moon <jijoong.moon@samsung.com>
Thu, 26 Jul 2018 08:27:16 +0000 (17:27 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 26 Jul 2018 09:21:05 +0000 (18:21 +0900)
Add Mux & Demux in Gstreamer Elements(Plugins)

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
README.md

index a64f134..61c70a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Neural Network Streamer for AI Projects.
 * MyungJoo Ham (myungjoo.ham@samsung.com)
 
 ## Committers
-* Jijoong Mon (jijoon.moon@samsung.com)
+* Jijoong Moon (jijoon.moon@samsung.com)
 * Geunsik Lim (geunsik.lim@samsung.com)
 * Sangjung Woo (sangjung.woo@samsung.com)
 * Wook Song (wook16.song@samsung.com)
@@ -66,6 +66,14 @@ meta specifics: W.I.P. jijoong-moon
   - Planned
 - tensor\_decode
   - W.I.P. jijoong-moon
+- tensormux
+  - Supported
+    - Mux mutiple "other/tensor"s and make "other/tensors"
+    - Currently maximum number of tensor to be muxed is 16
+- tensordemux
+  - Supported
+    - Demux "other/tensors' to "other/tensor"s
+    - tensor to be pushed to downstream can be choosen with "tensorpick" option.
 - tensor\_source
   - Planned