safety-gear-detector-python icon indicating copy to clipboard operation
safety-gear-detector-python copied to clipboard

Constant_58347 Error?

Open raymondlo84 opened this issue 5 years ago • 3 comments

Any ideas on how to solve this issue?

/Users/rlo/Documents/python_demos/safety-gear-detector-python/application/inference.py:79: DeprecationWarning: 'layers' property of IENetwork class is deprecated. For iteration over network please use get_ops()/get_ordered_ops() methods from nGraph Python API [l for l in self.net.layers.keys() if l not in supported_layers] ERROR:root:Following layers are not supported by the plugin for specified device CPU: Constant_58347

raymondlo84 avatar Nov 21 '20 00:11 raymondlo84

Hi Raymond,

Currently this Reference Implementation is supported on OpenVINO 2020.3 LTS and OpenVINO 2020.3.1 LTS versions. It is recommended to use one of these OpenVINO versions to run the application.

However, if you need to use the application particularly on the latest standard Release version of OpenVINO, please let us know and we would be glad to provide exclusive support.

Regards, Jaivin

JaivinX avatar Nov 24 '20 11:11 JaivinX

Let me try the LTS. Could I run LTS + 2021.1 side by side? Or I have to completely remove 2021.1?

raymondlo84 avatar Nov 24 '20 21:11 raymondlo84

You can run on the LTS version without removing 2021.1 version

Eventhough, it would be good to make sure that the OpenVINO directory paths used in the application are pointing to the LTS version.

JaivinX avatar Nov 25 '20 05:11 JaivinX