leon 5 months ago
parent
commit
d9913d7a46
1 changed files with 0 additions and 1 deletions
  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))
             else if(std::holds_alternative<cv::Mat>(det_result))
             {
             {
-                print
                 auto depth_mat = std::get<cv::Mat>(det_result);
                 auto depth_mat = std::get<cv::Mat>(det_result);
                 metaData->depth = depth_mat;
                 metaData->depth = depth_mat;
             }
             }