Commit 7bc45f37 authored by oscar's avatar oscar

提交修改

parent ba77bdec
......@@ -238,7 +238,8 @@ void BaseTracker<T>::AssociateDetectionsToTrackers(const std::vector<std::vector
}
}
std::string dete_str = GetMatrixStr(detect_ptr.get(), measure_size, detections.size());
std::string track_str = GetMatrixStr(tracker_ptr.get(), tra_size, tracker_states.size());
//std::string track_str = GetMatrixStr(tracker_ptr.get(), tra_size, tracker_states.size());
std::string track_str = GetMatrixStr(tracker_states, tracker_states.size(), tra_size);
SDK_LOG(SDK_INFO, "detections = [%s]",dete_str.c_str());
SDK_LOG(SDK_INFO, "tracker_states = [%s]", track_str.c_str());
#ifdef _KF_IOU_CUDA_
......
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