We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fcce1 commit 1f57892Copy full SHA for 1f57892
src/application/app_retinaface.cpp
@@ -106,7 +106,7 @@ int app_retinaface(){
106
INFO("===================== test retinaface fp32 ==================================");
107
108
string model_file;
109
- if(!compile_retinaface(1920, 1280, model_file))
+ if(!compile_retinaface(640, 640, model_file))
110
return 0;
111
112
auto engine = RetinaFace::create_infer(model_file, 0, 0.7);
0 commit comments