Skip to content

Commit 1f57892

Browse files
author
Wish
committed
update width height
1 parent c1fcce1 commit 1f57892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/app_retinaface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ int app_retinaface(){
106106
INFO("===================== test retinaface fp32 ==================================");
107107

108108
string model_file;
109-
if(!compile_retinaface(1920, 1280, model_file))
109+
if(!compile_retinaface(640, 640, model_file))
110110
return 0;
111111

112112
auto engine = RetinaFace::create_infer(model_file, 0, 0.7);

0 commit comments

Comments
 (0)