Commit bbcc1c4e authored by oscar's avatar oscar

提交更新

parent 3ae37a43
......@@ -125,13 +125,13 @@ double Track3DEx::CalculateIou(const std::vector<float>& data)
return 1.0f;
}
}
else if(obj_cameraId > 0 && obj_trackingId > 0)
{
if(obj_cameraId == input_cameraId && input_trackingId == obj_trackingId)
{
return 0.1f;
}
}
// else if(obj_cameraId > 0 && obj_trackingId > 0)
// {
// if(obj_cameraId == input_cameraId && input_trackingId == obj_trackingId)
// {
// return 0.1f;
// }
// }
int input_type = data[0];
int obj_type = m_obj->type;
// if (input_type != obj_type)
......
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