reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-02-25 0786441ed1828c411a16d6648baee753a02a3ddb
csrc/reid.cpp
@@ -11,8 +11,8 @@
,start_(false)
{
    if(init(gpu_index, module_path) < 0){
      throw std::runtime_error("init swscale error");
   }
        throw std::runtime_error("init swscale error");
    }
}
reid::~reid()