Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Porting to OpenVINO 2021.4 #9

Open
mvasquez1981 opened this issue Sep 16, 2021 · 0 comments
Open

Porting to OpenVINO 2021.4 #9

mvasquez1981 opened this issue Sep 16, 2021 · 0 comments

Comments

@mvasquez1981
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant