intel-iot-devkit / safety-gear-detector-python

Observe workers as they pass in front of a camera to determine if they have adequate safety protection.
https://software.intel.com/content/www/us/en/develop/topics/iot/reference-implementations/safety-gear-detector.html
BSD 3-Clause "New" or "Revised" License
56 stars 39 forks source link

Constant_58347 Error? #4

Open raymondlo84 opened 3 years ago

raymondlo84 commented 3 years ago

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

JaivinX commented 3 years ago

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

raymondlo84 commented 3 years ago

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

JaivinX commented 3 years ago

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.