Skip to content

Commit

Permalink
FaceID part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanbsolak committed Dec 7, 2023
1 parent 8c9f4fc commit 8a48951
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 4,660 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/gen_mobilefacenet_112_max78002.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DEVICE="MAX78002"
TARGET="sdk/Examples/$DEVICE/CNN"
COMMON_ARGS="--device $DEVICE --timer 0 --display-checkpoint --verbose"

python ai8xize.py --test-dir $TARGET --prefix mobilefacenet_112 --checkpoint-file trained/ai87-mobilefacenet_112_qat-q.pth.tar --config-file networks/ai87-mobilefacenet_112.yaml --fifo $COMMON_ARGS "$@"
python ai8xize.py --test-dir $TARGET --prefix mobilefacenet-112 --checkpoint-file trained/ai87-mobilefacenet-112-qat-q.pth.tar --config-file networks/ai87-mobilefacenet-112.yaml --fifo $COMMON_ARGS "$@"
2 changes: 1 addition & 1 deletion scripts/quantize_mobilefacenet_112.sh
Original file line number Diff line number Diff line change
@@ -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 "$@"
python quantize.py trained/ai87-mobilefacenet-112-qat.pth.tar trained/ai87-mobilefacenet-112-qat-q.pth.tar --device MAX78002 -v "$@"
Binary file added tests/sample_vggface2_faceid.npy
Binary file not shown.
Binary file removed trained/ai85-faceid-qat8-q.pth.tar
Binary file not shown.
4,658 changes: 0 additions & 4,658 deletions trained/ai85-faceid-qat8.log

This file was deleted.

Binary file removed trained/ai85-faceid-qat8.pth.tar
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a48951

Please sign in to comment.