@@ -32,7 +32,7 @@ static bool compile_models(){
3232 return false ;
3333
3434 string onnx_file = iLogger::format (" %s.onnx" , name);
35- string model_file = iLogger::format (" %s.fp32 .trtmodel" , name);
35+ string model_file = iLogger::format (" %s.FP32 .trtmodel" , name);
3636 int test_batch_size = 1 ;
3737
3838 if (not iLogger::exists (model_file)){
@@ -116,7 +116,7 @@ int app_arcface(){
116116
117117 auto detector = Scrfd::create_infer (" scrfd_2.5g_bnkps.640x480.FP32.trtmodel" , 0 , 0 .6f );
118118 // auto detector = RetinaFace::create_infer("mb_retinaface.640x480.FP32.trtmodel", 0, 0.5f);
119- auto arcface = Arcface::create_infer (" arcface_iresnet50.fp32 .trtmodel" , 0 );
119+ auto arcface = Arcface::create_infer (" arcface_iresnet50.FP32 .trtmodel" , 0 );
120120 auto library = build_library (detector, arcface);
121121
122122 auto files = iLogger::find_files (" face/recognize" );
@@ -180,7 +180,7 @@ int app_arcface_video(){
180180
181181 auto detector = Scrfd::create_infer (" scrfd_2.5g_bnkps.640x480.FP32.trtmodel" , 0 , 0 .6f );
182182 // auto detector = RetinaFace::create_infer("mb_retinaface.640x480.FP32.trtmodel", 0, 0.5f);
183- auto arcface = Arcface::create_infer (" arcface_iresnet50.fp32 .trtmodel" , 0 );
183+ auto arcface = Arcface::create_infer (" arcface_iresnet50.FP32 .trtmodel" , 0 );
184184 auto library = build_library (detector, arcface);
185185 // auto remote_show = create_zmq_remote_show();
186186 INFO (" Use tools/show.py to remote show" );
@@ -277,7 +277,7 @@ int app_arcface_tracker(){
277277
278278 auto detector = Scrfd::create_infer (" scrfd_2.5g_bnkps.640x480.FP32.trtmodel" , 0 , 0 .6f );
279279 // auto detector = RetinaFace::create_infer("mb_retinaface.640x480.FP32.trtmodel", 0, 0.6f);
280- auto arcface = Arcface::create_infer (" arcface_iresnet50.fp32 .trtmodel" , 0 );
280+ auto arcface = Arcface::create_infer (" arcface_iresnet50.FP32 .trtmodel" , 0 );
281281 // auto library = build_library(detector, arcface);
282282
283283 // tools/show.py connect to remote show
0 commit comments