Add PoseDecoder and Landmark to decode various type of pose output tensor 24/258524/10
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 20 May 2021 00:57:02 +0000 (09:57 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Wed, 23 Jun 2021 03:28:23 +0000 (03:28 +0000)
commita5b92ea0bc8bebd388caeb92cf1c10041c46b158
tree54e4a92016eb40dc5e9306edc9bb7f60c6b3c50a
parent5faae4e58b9a00a5ee3b830799975b0e003a5e48
Add PoseDecoder and Landmark to decode various type of pose output tensor

Change-Id: I8be806ff3522aec1f7026912b8c317055e9e16db
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
mv_machine_learning/mv_inference/inference/include/Landmark.h [new file with mode: 0644]
mv_machine_learning/mv_inference/inference/include/PoseDecoder.h [new file with mode: 0644]
mv_machine_learning/mv_inference/inference/src/PoseDecoder.cpp [new file with mode: 0644]