From 6f6adf498bf81254a474b550ac247be126fb9a0f Mon Sep 17 00:00:00 2001 From: vrooomy Date: Mon, 4 May 2026 20:45:33 +0530 Subject: [PATCH 1/2] face_detection_yunet: add INT8 per-channel static PTQ model (QDQ, opset13) --- .../face_detection_yunet_2023mar_int8_perchannel.onnx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx diff --git a/models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx b/models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx new file mode 100644 index 00000000..943eb456 --- /dev/null +++ b/models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9685745e01de3af21a33d5e9e31350114ac9d2630ffd0bd5fbd8b8695056b5e5 +size 165545 From a052a4d30bf1f517c679c89c0b345a3ff27b358d Mon Sep 17 00:00:00 2001 From: vrooomy Date: Tue, 5 May 2026 12:58:57 +0530 Subject: [PATCH 2/2] face_detection_yunet: rename INT8 per-channel model to 2026may --- ...nt8_perchannel.onnx => face_detection_yunet_2026may_int8.onnx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename models/face_detection_yunet/{face_detection_yunet_2023mar_int8_perchannel.onnx => face_detection_yunet_2026may_int8.onnx} (100%) diff --git a/models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx b/models/face_detection_yunet/face_detection_yunet_2026may_int8.onnx similarity index 100% rename from models/face_detection_yunet/face_detection_yunet_2023mar_int8_perchannel.onnx rename to models/face_detection_yunet/face_detection_yunet_2026may_int8.onnx