Severe RAM leak when running OpenVINO inference on Raspberry Pi 5 (ARM) – even with infer() only
Summary The issue at hand is a severe RAM leak when running OpenVINO inference on a Raspberry Pi 5 (ARM) device. This leak occurs even when the infer() function is called repeatedly on a static input, without any image preprocessing or camera frame usage. The problem appears to be related to OpenVINO not releasing memory … Read more