Makefile: Add alg/models/ to ALG_FILES

This commit is contained in:
Fam Zheng 2025-03-26 06:55:32 +08:00
parent 39837cf88b
commit aae7fc218d

View File

@ -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/ \
) \
)