[Documentation] Added maintainer & committers
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 26 Jun 2018 06:32:26 +0000 (15:32 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Tue, 26 Jun 2018 06:41:41 +0000 (15:41 +0900)
This PR is to append the maintainer(s) and committer(s) that were proposed
at `STAR-SteeringCommitte` as follows.

* [STAR On Device] nnstreamer Repo Creation Proposal
   * https://github.sec.samsung.net/STAR/STAR-SteeringCommittee/issues/17

**Changes proposed in this PR:**
1. Added maintainer & committers
2. Updated mark-down template
3. Updated some statements for readability

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
README.md

index d50d6af..5d9c360 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # NNStreamer
 
 Neural Network Streamer for AI Projects.
-http://suprem.sec.samsung.net/confluence/display/STAR/NN+Streamer
+http://suprem.sec.samsung.net/confluence/display/STAR/NN+Streamer
 
 ## Objectives
 
@@ -11,6 +11,19 @@ http://suprem.sec.samsung.net/confluence/display/STAR/NN+Streamer
   - **Composite Models!**: Allow to use multiple neural network models in a single stream instance.
   - **Multi Model Intelligence!**: Allow to use multiple sources for neural network models.
 
+## Maintainers
+* MyungJoo Ham (myungjoo.ham@samsung.com)
+
+## Committers
+* Jijoong Mon (jijoon.moon@samsung.com)
+* Geunsik Lim (geunsik.lim@samsung.com)
+* Sangjung Woo (sangjung.woo@samsung.com)
+* Wook Song (wook16.song@samsung.com)
+* Jaeyun Jung (jy1210.jung@samsung.com)
+* Jinhyuck Park (jinhyuck83.park@samsung.com)
+* Hyoungjoo Ahn (hello.ahn@samsung.com)
+* Sewon Oh (sewon.oh@samsung.com)
+
 ## Components
 
 Note that this project has just started and most of the components are in design phase.
@@ -47,10 +60,16 @@ findtype specifics: TBD
 - tensor\_merge
   - Planned
 
-## How to Build
+## Getting Started
 
-### Linux Self-Hosted Build
+### Prerequisites
+The following dependencies are needed to compile/build/run.
+* gcc/g++
+* gstreamer 1.0 and its relatives
+* glib 2.0
+* cmake >= 2.8
 
+### Linux Self-Hosted Build
 
 **Approach 1.** Build with debian tools
 
@@ -149,12 +168,14 @@ $ cd tests
 $ ./testAll.sh
 ```
 
-## [How to write Test Cases](Documentation/how-to-write-testcase.md)
+## How to write Test Cases
+* [How to write Test Cases](Documentation/how-to-write-testcase.md)
+
 
 ## Usage Examples
 
 The implementation is not there yet for using neural network frameworks.
 
-# CI Server
+## CI Server
 For more details, please access the following web page.
 * Press [Here](http://aaci.mooo.com/nnstreamer/ci/standalone/).