OpenCV - DNN - cv2.dnn.readNet Model

cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\onnx\onnx_importer.cpp:1040: error: (-2:Unspecified error) in function ‘cv::dnn::dnn4_v20220524::ONNXImporter::handleNode’

Node [DynamicQuantizeLinear@ai.onnx]:(onnx_node!images_QuantizeLinear) parse error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\onnx\onnx_importer.cpp:571: error: (-5:Bad argument) Blob imagesscale not found in const blobs in function ‘cv::dnn::dnn4_v20220524::ONNXImporter::getBlob’

I am getting this error in OpenCV when using my Quantize ONNX model.
Is there a method you can recommend?