From 26d46c6b81c6936b89e1d3ab1e212417dbb23712 Mon Sep 17 00:00:00 2001 From: xuepengqiang <506321815@qq.com> Date: 星期四, 09 一月 2020 09:36:08 +0800 Subject: [PATCH] update --- reid_feature.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/reid_feature.h b/reid_feature.h index 782ffda..8a98bf2 100644 --- a/reid_feature.h +++ b/reid_feature.h @@ -23,7 +23,7 @@ bool ReID_init(int gpu_id); int ReID_size(); // static unsigned char * extractor(unsigned char *pBuf, unsigned char *pFeature); - bool ReID_extractor(unsigned char *pBuf, float * pFeature); + bool ReID_extractor(float *pBuf, float * pFeature); float ReID_Compare(float *pFeature1, float *pFeature2); void ReID_Release(); }; -- Gitblit v1.8.0