Exclude yolov9 license plate from migraphx runner

This commit is contained in:
Nicolas Mowen 2025-12-14 20:38:49 -07:00
parent e1545a8db8
commit 9e99cec52e

View File

@ -131,6 +131,7 @@ class ONNXModelRunner(BaseModelRunner):
return model_type in [
EnrichmentModelTypeEnum.paddleocr.value,
EnrichmentModelTypeEnum.yolov9_license_plate.value,
EnrichmentModelTypeEnum.jina_v1.value,
EnrichmentModelTypeEnum.jina_v2.value,
EnrichmentModelTypeEnum.facenet.value,