From aae7fc218de55916213967b74bc086b82fae2fe4 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 26 Mar 2025 06:55:32 +0800 Subject: [PATCH] Makefile: Add alg/models/ to ALG_FILES --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85cd0e3..d407263 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ ALG_FILES = \ alg/wechat_qrcode \ alg/roi_lib.py \ alg/roi-verify.py \ - alg/models/resnet18_20250325_114510_94.56.pth \ + alg/models/ \ ) \ )