Commit a9276595 authored by oscar's avatar oscar

更新

parent 80aa7d06
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "Iou.h" #include "Iou.h"
#include "LogBase.h" //#include "LogBase.h"
#include <memory.h> #include <memory.h>
#include "Component.h" #include "Component.h"
#ifdef _KF_IOU_CUDA_ #ifdef _KF_IOU_CUDA_
...@@ -294,7 +294,7 @@ void BaseTracker<T>::AssociateDetectionsToTrackers(const std::vector<std::vector ...@@ -294,7 +294,7 @@ void BaseTracker<T>::AssociateDetectionsToTrackers(const std::vector<std::vector
} }
else else
{ {
SDK_LOG(SDK_INFO, "GetMeasureData failed"); printf("GetMeasureData failed");
} }
tracker_type.push_back(obj_type); tracker_type.push_back(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