leon 1 ماه پیش
والد
کامیت
36b48790fa
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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
             {