@@ -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