소스 검색

add namespace InferenceEngine::

syyxsxx 5 년 전
부모
커밋
78071ea895
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      deploy/openvino/demo/segmenter.cpp

+ 0 - 2
deploy/openvino/demo/segmenter.cpp

@@ -63,8 +63,6 @@ int main(int argc, char** argv) {
     return -1;
     }
     std::string image_path;
-    model.total_time_ = 0.0f;
-    model.count_num_ = 0;
     while (getline(inf, image_path)) {
       PaddleX::SegResult result;
       cv::Mat im = cv::imread(image_path, 1);