mv_machine_learning: replace ObjectDetectionConfig by MachineLearningConfig
authorVibhav Aggarwal <v.aggarwal@samsung.com>
Thu, 9 Nov 2023 05:03:52 +0000 (14:03 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Nov 2023 07:41:30 +0000 (16:41 +0900)
commitf83c3f7fee706fed79e2a7058be8d7d24d5e2a3b
tree844e4fb00545fe869d5719010d6ea099e4fb9bf8
parentb562491309fd1a73939946fe1a423f0ca00acb4f
mv_machine_learning: replace ObjectDetectionConfig by MachineLearningConfig

[Issue type] code refactoring

This patch makes the ObjectDetection task group use
MachineLearningConfig class to reduce code duplication
across different task groups.

Change-Id: I07d8482ae761faa7918f4c66f5fc492ffe8debe5
Signed-off-by: Vibhav Aggarwal <v.aggarwal@samsung.com>
17 files changed:
mv_machine_learning/object_detection/CMakeLists.txt
mv_machine_learning/object_detection/include/face_detection_adapter.h
mv_machine_learning/object_detection/include/mobilenet_v1_ssd.h
mv_machine_learning/object_detection/include/mobilenet_v2_ssd.h
mv_machine_learning/object_detection/include/object_detection.h
mv_machine_learning/object_detection/include/object_detection_adapter.h
mv_machine_learning/object_detection/include/object_detection_config.h [deleted file]
mv_machine_learning/object_detection/include/object_detection_external.h
mv_machine_learning/object_detection/meta/face_detection.json
mv_machine_learning/object_detection/meta/object_detection.json
mv_machine_learning/object_detection/src/face_detection_adapter.cpp
mv_machine_learning/object_detection/src/mobilenet_v1_ssd.cpp
mv_machine_learning/object_detection/src/mobilenet_v2_ssd.cpp
mv_machine_learning/object_detection/src/object_detection.cpp
mv_machine_learning/object_detection/src/object_detection_adapter.cpp
mv_machine_learning/object_detection/src/object_detection_config.cpp [deleted file]
test/testsuites/machine_learning/object_detection/CMakeLists.txt