leon 5 달 전
부모
커밋
d9913d7a46
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/nodes/infer/inferNode.cpp

+ 0 - 1
src/nodes/infer/inferNode.cpp

@@ -45,7 +45,6 @@ void InferNode::work()
             } 
             else if(std::holds_alternative<cv::Mat>(det_result))
             {
-                print
                 auto depth_mat = std::get<cv::Mat>(det_result);
                 metaData->depth = depth_mat;
             }