Commit 74bad74e authored by oscar's avatar oscar

提交更新

parent 1b33606d
......@@ -118,8 +118,8 @@ double Track3D::CalculateIou(const std::vector<float>& data)
}
}
//SDK_LOG(SDK_INFO, "CuboidIoU time = %llu", GetCurTime() - begin);
if (iou_3d > m_iou_threshold)
SDK_LOG(SDK_INFO, "iou_3d = %f", iou_3d);
//if (iou_3d > m_iou_threshold)
// SDK_LOG(SDK_INFO, "iou_3d = %f", iou_3d);
return iou_3d;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment