summaryrefslogtreecommitdiff
path: root/meta-template
AgeCommit message (Expand)AuthorFilesLines
2022-07-20machine_learning: update YOLO-V5 inferenceTae-Young Chung8-0/+488
2022-07-20mv_machine_learning: support YOLO-V5 inferenceTae-Young Chung1-0/+59
2022-01-05inference: support movenetsubmit/tizen/20220105.081745submit/tizen/20220105.080154accepted/tizen/unified/20220110.140009Tae-Young Chung8-0/+368
2021-09-15meta-template: fix json parse errorKwang Son1-1/+1
2021-09-03Remove unnecessary dim_type metadataTae-Young Chung1-3/+0
2021-09-02Change offset's shape_type and displacement's shape_type and type to stringTae-Young Chung2-7/+7
2021-09-01Change Landmark's landmark_type, landmark_coordinate, and decoding_type to st...Tae-Young Chung4-12/+12
2021-08-23Change BoxInfo's box_coordinate, decoding_type and NMSParam's mode to stringTae-Young Chung4-12/+12
2021-08-20Change BoxInfo's box_type in outputmetadata to stringTae-Young Chung4-4/+4
2021-08-19Change ScoreInfo's score_type in outputmetadata to stringTae-Young Chung21-23/+23
2021-08-18Change inputmetadata's shape_type, data_type, color_space to stringTae-Young Chung21-43/+43
2021-07-16Update testsuite to run facial landmark models with meta filesTae-Young Chung2-0/+92
2021-07-14Add coordinate to Landmark outputmetadataTae-Young Chung2-0/+2
2021-07-01Update testsuite to run pose landmark models with meta filesTae-Young Chung2-0/+193
2021-06-04Add face detection inference with new BoxInfo, Label, Number outputmetadataTae-Young Chung2-0/+133
2021-06-04Add BoxInfo, Label, Number classes to OutputMetadata for object detectionTae-Young Chung2-0/+133
2021-04-14Add meta files for google hosted models and update testsuiteTae-Young Chung11-0/+375
2021-04-09Add dequantization to postprocess and fix bug when there is no preprocessTae-Young Chung3-1/+89
2021-04-01Add Metadata, PreProcess, PostProcess classTae-Young Chung2-0/+104