Update memryx.py

This commit is contained in:
abinila siva 2025-04-10 16:55:32 -04:00 committed by GitHub
parent 89e3d7e1a4
commit 4f246b4b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ class MemryXDetector(DetectionApi):
self.const_C = np.load("/memryx_models/yolov9/_model_22_Constant_12_output_0.npy")
elif self.memx_model_type == ModelTypeEnum.yolonas:
self.model_url = ""
self.model_url = "https://developer.memryx.com/example_files/1p2_frigate/yolo_nas.zip"
self.expected_post_model = "yolo_nas/yolo_nas_s_post.onnx"
elif self.memx_model_type == ModelTypeEnum.yolox: