people-counter-python icon indicating copy to clipboard operation
people-counter-python copied to clipboard

Porting to OpenVINO 2021.4

Open mvasquez1981 opened this issue 4 years ago • 0 comments

Hi, we need to use this code with OpenVINO 2021.4, do you have plans to do this or what would be your advise? We observe errors like this because of the changes of OpenVINO APIs:

Traceback (most recent call last): File "people_counter.py", line 228, in main() File "people_counter.py", line 139, in main cur_request_id, args.cpu_extension)[1] File "/home/mvasquez/dev/openvino/people-counter-python/application/inference.py", line 79, in load_model [l for l in self.net.layers.keys() if l not in supported_layers] AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'

Regards, Miguel Vasquez

mvasquez1981 avatar Sep 16 '21 13:09 mvasquez1981