Add dequantization to postprocess and fix bug when there is no preprocess 87/256487/9
authorTae-Young Chung <ty83.chung@samsung.com>
Mon, 5 Apr 2021 08:31:48 +0000 (17:31 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Fri, 9 Apr 2021 05:42:55 +0000 (14:42 +0900)
commitc9690688cc66286ef765d3115ec886d3f254ef9a
treef3c4536fa2cbe2f96a999e81252c350eedcf7d82
parent486dfd3a99f0073b27ca140f9d552042c13fb7b1
Add dequantization to postprocess and fix bug when there is no preprocess

Change-Id: I8bb520a7977ab61e9a8c4ecfc3349197a134b04a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
meta-template/README.md
meta-template/image-classification-001-meta.json
meta-template/image-classification-quant-001-meta.json [new file with mode: 0644]
mv_inference/inference/include/Inference.h
mv_inference/inference/include/OutputMetadata.h
mv_inference/inference/include/PostProcess.h
mv_inference/inference/src/Inference.cpp
mv_inference/inference/src/InputMetadata.cpp
mv_inference/inference/src/OutputMetadata.cpp
mv_inference/inference/src/PostProcess.cpp