mv_machine_learning: add mobilenet v2 ssd model support
authorInki Dae <inki.dae@samsung.com>
Thu, 9 Mar 2023 05:31:55 +0000 (14:31 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 22 Mar 2023 04:10:03 +0000 (13:10 +0900)
commite0abc6240e33d007476dfe9b99f6385e7c3a9cd6
tree61e14f8cef84889c9fafac5d96589de08ad47682
parent62aa4588d4d34a238a43595ba68b438940698be2
mv_machine_learning: add mobilenet v2 ssd model support

[Issue type] : new feature

Added mobilenet v2 ssd model support for object detection task group.

Change-Id: If26a33c889e9e2ae9ef91d08174b254aae57def6
Signed-off-by: Inki Dae <inki.dae@samsung.com>
13 files changed:
mv_machine_learning/inference/src/DecodeInfo.cpp
mv_machine_learning/meta/include/PostprocessParser.h
mv_machine_learning/meta/include/types.h
mv_machine_learning/meta/src/PostprocessParser.cpp
mv_machine_learning/object_detection/include/mobilenet_v1_ssd.h
mv_machine_learning/object_detection/include/mobilenet_v2_ssd.h [new file with mode: 0644]
mv_machine_learning/object_detection/include/object_detection_adapter.h
mv_machine_learning/object_detection/include/object_detection_type.h
mv_machine_learning/object_detection/src/ObjectDetectionParser.cpp
mv_machine_learning/object_detection/src/mobilenet_v2_ssd.cpp [new file with mode: 0644]
mv_machine_learning/object_detection/src/object_detection.cpp
mv_machine_learning/object_detection/src/object_detection_adapter.cpp
test/testsuites/machine_learning/object_detection/test_object_detection.cpp