[DECODER] Add Pose Estimation Decoder
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 14 May 2019 04:58:49 +0000 (13:58 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Jul 2019 07:13:41 +0000 (16:13 +0900)
commitbc0fe23e38fda4f955a2c09b507e8ea020436c2c
tree5d457addb5209c1268374cbba52e887f3c766fa4
parent9b5430297f550510da08835de3f55be3a3bc8d9a
[DECODER] Add Pose Estimation Decoder

In order to display the result from pose estimaition, we may need
decoder. The output format of pose estimation is [14, o_Width,
o_Height, 1]. 14 means number of joint of human bone structure, top,
neck, r_shoulder, r_elbow, r_wrist, l_shoulder, l_elbow, l_wrist,
r_hip, r_knee, r_ankle, l_hip, l_knee, l_ankle.

**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>
ext/nnstreamer/tensor_decoder/meson.build
ext/nnstreamer/tensor_decoder/tensordec-pose.c [new file with mode: 0644]
jni/nnstreamer.mk