From e4e6ef1fd815f133f9b4bd34c881c2f85cec98fb Mon Sep 17 00:00:00 2001 From: Daniel <1367240116@qq.com> Date: Wed, 5 Jul 2023 04:18:28 +0000 Subject: [PATCH] update algorithm/sv_algorithm_base.cpp. Signed-off-by: Daniel <1367240116@qq.com> --- algorithm/sv_algorithm_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm/sv_algorithm_base.cpp b/algorithm/sv_algorithm_base.cpp index 182bce3..f99142f 100644 --- a/algorithm/sv_algorithm_base.cpp +++ b/algorithm/sv_algorithm_base.cpp @@ -9,7 +9,7 @@ #include "ellipse_detector.h" #define SV_MODEL_DIR "/SpireCV/models/" -#define SV_ROOT_DIR "/SpireCV/params/a-params/" +#define SV_ROOT_DIR "/SpireCV/" namespace sv {