From 6488b6aa73d9504005d724eacc0ca376b29917b1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 19 Jan 2025 20:29:52 +0900 Subject: [PATCH] chore: update model.py overriden -> overridden Signed-off-by: Ikko Eltociear Ashimine --- qai_hub_models/models/mediapipe_face_quantized/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qai_hub_models/models/mediapipe_face_quantized/model.py b/qai_hub_models/models/mediapipe_face_quantized/model.py index 555d13da..b9e83df6 100644 --- a/qai_hub_models/models/mediapipe_face_quantized/model.py +++ b/qai_hub_models/models/mediapipe_face_quantized/model.py @@ -35,7 +35,7 @@ # The final layers output box confidence logits, most of which are extremely negative. # There are also only a few values that will be positive, which are the ones we care about. # When calibrating the range, the quantizer clips the range to exclude these positive outliers. -# The range was manually overriden in the encodings file to be [-128, 127] +# The range was manually overridden in the encodings file to be [-128, 127] DEFAULT_FACE_DETECTOR_ENCODINGS = "face_detector_quantized_encodings.json"