mv_machine_learning: do not use fixed array
authorInki Dae <inki.dae@samsung.com>
Tue, 20 Sep 2022 09:01:39 +0000 (18:01 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 7 Nov 2022 03:12:39 +0000 (12:12 +0900)
commit9c1f864d713e11f85aa7f43451016a3f1b683af1
treeff145107b9a8371b8cffd2f511619def1ac2f2e8
parent5128e562bf16ffb18dd29f8db8c573af42a68f17
mv_machine_learning: do not use fixed array

[Issue type] : code cleanup

Did code cleanup to the use of result structure, object_detection_3d_result_s
by doing,
   - Get the maximum number of poinsts and edges from specific json file.
   - Clean up json key string.

Change-Id: I23200c80c8d019c7aa02a608d3b92556af1e1605
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/object_detection/include/mv_object_detection_3d_config.h
mv_machine_learning/object_detection/include/object_detection.h
mv_machine_learning/object_detection/include/object_detection_type.h
mv_machine_learning/object_detection/include/objectron.h
mv_machine_learning/object_detection/meta/object_detection_3d.json
mv_machine_learning/object_detection/src/mv_object_detection_3d_open.cpp
mv_machine_learning/object_detection/src/object_detection.cpp
mv_machine_learning/object_detection/src/objectron.cpp