leon hace 1 mes
padre
commit
36b48790fa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/nodes/infer/inferNode.cpp

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

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