summaryrefslogtreecommitdiff
path: root/mv_machine_learning/object_detection
AgeCommit message (Expand)AuthorFilesLines
2024-02-05mv_machine_learning: use explicit API name and code cleanupInki Dae2-12/+4
2024-02-02mv_machine_learning: fix typoSeungbae Shin2-2/+2
2024-02-02mv_machine_learning: minor bug fixesVibhav Aggarwal2-6/+3
2024-01-31mv_machine_learning: move frame_number to get_result_count APIInki Dae2-10/+14
2024-01-26mv_machine_learning: optimize preprocess for other task groupsVibhav Aggarwal2-12/+10
2024-01-25mv_machine_learning: introduce get_result_count API for object detection groupInki Dae2-44/+44
2024-01-17mv_machine_learning: rename file namesInki Dae19-55/+55
2024-01-02mv_machine_learning: fix coverity issuesaccepted/tizen/unified/riscv/20240110.014526accepted/tizen/unified/20240109.155354Inki Dae2-2/+2
2023-12-27mv_machine_learning: add multiple tasks support to MachineLearningNative moduleInki Dae2-4/+12
2023-12-27mv_machine_learning: give input type as template parameterVibhav Aggarwal2-3/+3
2023-12-27mv_machine_learning: convert char* to string and change return typesVibhav Aggarwal9-83/+77
2023-12-27mv_machine_learning: drop setInput() functionVibhav Aggarwal4-22/+8
2023-12-27mv_machine_learning: drop the use of template type from itaskInki Dae7-82/+61
2023-12-20Use common feature key checking functionVibhav Aggarwal2-28/+38
2023-12-06mv_machine_learning: drop code duplication from object detectionInki Dae2-139/+35
2023-12-06mv_machine_learning: drop input and output type dependency from object detectionInki Dae5-22/+21
2023-12-06mv_machine_learning: use plugin config file for object detectionInki Dae9-25/+97
2023-12-06mv_machine_learning: bug fix for invalid memory accessVibhav Aggarwal2-2/+2
2023-12-06mv_machine_learning: add template to Adapter::create() functionVibhav Aggarwal4-40/+53
2023-11-14Update cmake version to 3.13Kwanghoon Son1-1/+1
2023-11-14mv_machine_learning: convert ObjectDetection class into template classVibhav Aggarwal8-117/+119
2023-11-14mv_machine_learning: move meta directory into common oneInki Dae1-2/+2
2023-11-14mv_machine_learning: load meta and label files in configure()Vibhav Aggarwal3-7/+3
2023-11-14mv_machine_learning: replace ObjectDetectionConfig by MachineLearningConfigVibhav Aggarwal16-247/+21
2023-11-14mv_machine_learning: drop setTaskType member functionInki Dae4-15/+8
2023-11-14mv_machine_learning: drop parsing dependency from object detectionVibhav Aggarwal15-188/+307
2023-11-14mv_machine_learning: initialize class/structure member properlySeungbae Shin6-15/+16
2023-11-14mv_machine_learning: use DEFAULT_MODEL_NAME for face detection taskInki Dae3-25/+53
2023-10-25mv_machine_learning: bug fix for setting backend type and target deviceVibhav Aggarwal1-7/+14
2023-10-25mv_machine_learning: embed AsyncManager into each task groupInki Dae3-14/+8
2023-10-25mv_machine_learning: code refactoring to AsyncManagerInki Dae2-30/+13
2023-10-25mv_machine_learning: drop redundant member variablesInki Dae4-4/+3
2023-10-25mv_machine_learning: introduce common asynchronous inference managerInki Dae4-168/+31
2023-10-25mv_machine_learning: use template type for outgoing_queueInki Dae2-11/+11
2023-10-25mv_machine_learning: move inferenceThreadLoop into classInki Dae2-12/+11
2023-09-04Remove FORCED_STATIC_BUILD optionKwanghoon Son1-6/+1
2023-09-04mv_machine_learning: change async API behaviorInki Dae6-118/+120
2023-09-04mv_machine_learning: drop dead codeInki Dae2-635/+0
2023-09-04mv_machine_learning: code refactoring to getOutput functionInki Dae12-23/+36
2023-09-04mv_machine_learning: introduce DEFAULT_MODEL_NAME for object detectionInki Dae4-9/+33
2023-09-04mv_machine_learning: do not check model infoInki Dae2-7/+6
2023-09-04mv_machine_learning: code clean to setModelInfo functionInki Dae2-26/+25
2023-08-07mv_machine_learning: drop create member from itaskInki Dae4-20/+16
2023-08-07mv_machine_learning: pass a task type to external moduleInki Dae2-5/+8
2023-08-07mv_machine_learning: rename Preprocess header fileInki Dae1-1/+1
2023-08-07mv_machine_learning: drop meta approach dependency from preprocessInki Dae1-1/+24
2023-07-12Fix more typosKwanghoon Son4-18/+18
2023-07-12Fix typosKwanghoon Son2-2/+2
2023-07-04mv_machine_learning: introduce ObjectDetectionExternal classInki Dae4-6/+225
2023-07-04mv_machine_learning: pack header files for plugin supportInki Dae1-0/+6