restricted-zone-notifier-python
restricted-zone-notifier-python copied to clipboard
AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'
i got this kind of error when start the application. detail error is like below.
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "restricted_zone_notifier.py", line 353, in
Could you please tell me how to resolve this error? Thankyou