Commit 6fe257ce authored by oscar's avatar oscar

上传宏,如果用CPU会报错

parent 3096d851
......@@ -423,7 +423,9 @@ void BaseTracker<T>::AssociateDetectionsToTrackers(const std::vector<std::vector
}
else
{
#ifdef _KF_IOU_CUDA_
Hungarian_Cuda(iou_matrix, detections.size(), tracks.size(), association);
#endif
}
/*
std::ofstream cuda_ofs("/workspace/cuda_asso.txt", std::ios_base::out);
......
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