[模型训练] 支持r1.3分支ssd sdk推理

[修改人] haoripei
[审核人] chenshushu
This commit is contained in:
Atlas_hrp 2021-09-01 10:03:51 +08:00
parent c116b720a0
commit 96d1f56508
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ APP_ERROR SSDMobileNetV1Fpn::Process(const std::string &imgPath) {
LogError << "Resize failed, ret=" << ret << ".";
return ret;
}
std::vector<MxBase::TensorBase> inputs = {};
std::vector<MxBase::TensorBase> outputs = {};
inputs.push_back(resizeImage);