Commit e05435f3 authored by wangqibing's avatar wangqibing

fix bug

parent 3c5efc7b
......@@ -49,8 +49,8 @@ public:
virtual void UpdateDataCheck(const std::vector<float>& data, std::vector<float>& out);//对于输入数据进行修正
virtual void SetValues(std::vector<float>& data);
void SetQ(std::vector<float>& data)//lyc 2.13
void SetQ(std::vector<float>& data);//lyc 2.13
virtual int GetIouData(std::vector<float>& data, int& obj_type);
static void MeasureIouData(const std::vector<float>& input, std::vector<float>& out, int& 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