提交 898bb0cf 编写于 作者: S syyxsxx

add namespace InferenceEngine::

上级 be8c86a1
......@@ -62,8 +62,7 @@ int main(int argc, char** argv) {
model.predict(im, &result);
std::cout << "Predict label: " << result.category
<< ", label_id:" << result.category_id
<< ", score: " << result.score
<< ", num_img: " << model.count_num_ << std::endl;
<< ", score: " << result.score << std::endl;
}
} else {
PaddleX::ClsResult result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册