Hello, I wolud like to know how to deploy my own model (saved in .pt) on Depthai Vierwer aplication . I tried to also switch on custom model in depthaidemo, but I always get the same error, if I put into custom_ models files converted to .blob and .json according to instruction, there is no any directrory to choose in GUI (CNN models).
error : " self.device = dai.Device(self.pm.pipeline.getOpenVINOVersion(), self._deviceInfo, maxUsbSpeed)
RuntimeError: OpenVINO 2020.3 is not available anymore"
please help 🙂