From 8c9f4fce3dff9a913d9a8c75b3e8b89fb3025d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20B=C3=BCy=C3=BCksolak?= Date: Thu, 7 Dec 2023 18:25:05 +0300 Subject: [PATCH] FaceID part 2 --- scripts/quantize_mobilefacenet_112.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quantize_mobilefacenet_112.sh b/scripts/quantize_mobilefacenet_112.sh index 3bb12730..7b7d0c38 100644 --- a/scripts/quantize_mobilefacenet_112.sh +++ b/scripts/quantize_mobilefacenet_112.sh @@ -1,2 +1,2 @@ #!/bin/sh -python quantize.py trained/ai87-mobilefacenet_112_qat.pth.tar trained/ai87-mobilefacenet_112_qat-q.pth.tar --device MAX78002 -v "$@" \ No newline at end of file +python quantize.py trained/ai87-mobilefacenet_112_qat.pth.tar trained/ai87-mobilefacenet_112_qat-q.pth.tar --device MAX78002 -v "$@"