Commit 121436e0 authored by oscar's avatar oscar

提交修改

parent 8fe154f0
......@@ -108,7 +108,7 @@ int BaseTracker<T>::Run(const std::vector<std::vector<float> >& detections, std:
updateId[id] = match.second;
}
#ifdef _KF_IOU_CUDA_
kalman_update_batch(Z.get(), X.get(), P.get(), HX.get(), bs, ns, no);
//kalman_update_batch(Z.get(), X.get(), P.get(), HX.get(), bs, ns, no);
#endif
}
......
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