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"