depthai
depthai copied to clipboard
[BUG] OpenVINO version does not change
In blob_manager.py a method is defined: getBlob
In line 89 it changes the version back to 2021.4, regardless if the user has passed 2022.1 in function parameters
This can cause problems, I don't know why developers have put this if condition.