Commit 0946ca7b authored by oscar's avatar oscar

提交代码

parent 102a3fdc
......@@ -121,10 +121,10 @@ 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 (i3d_iou > 0 || iou_3d > 0)
{
SDK_LOG(SDK_INFO, "i3d_iou = %f, iou_3d = %f", i3d_iou, iou_3d);
}
//if (i3d_iou > 0 || iou_3d > 0)
//{
// SDK_LOG(SDK_INFO, "i3d_iou = %f, iou_3d = %f", i3d_iou, 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