[Support]: v15 Beta1: OpenVINO 2024.3 Fails to run INT8 YOLO-NAS Models correctly on the GPU #15061
Unanswered
aeozyalcin
asked this question in
Detector Support
Replies: 1 comment 12 replies
-
This is not a bug and is working as expected, openvino does not support quantized models on GPU in the current version. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you are having
I found that OpenVINO 2024.3 is not running INT8 YOLO-NAS models correctly with the GPU. Running the INT8 model on the CPU, or using the default FP16/32 images on the GPU does not exhibit this issue. See shared image below - the inference generates a bunch of noise.
I found that hopping into the container, and updating the openvino python package to
openvino-2024.4.0
fixes this issue. I recommend updating OpenVINO to 2024.4 going forward.Steps to reproduce
...
Version
v15 Beta 1 (0.15.0-33825f6)
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Other Linux
Install method
Docker Compose
Network connection
Wired
Camera make and model
Reolink & Amcrest
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions