I tried to bring a program related to re-identification and run it, but it doesn't work. I installed openvino and ran setupvars.bat, but only the following error message appears:
from openvino.inference_engine import IENetwork, IECore, IEPlugin, get_version ModuleNotFoundError: No module named 'openvino'
I don't know where the IENetwork, IECore, IEPluguin, get_version files are located. I can't find these files no matter how hard I look for them.
Let me know if you know a solution. And please let me know if you have any books or websites to study about re-identification. It's very difficult to study alone.(I'am a university student)