Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working..module deprecation issues #6

Open
canbu opened this issue Oct 4, 2021 · 0 comments
Open

Not working..module deprecation issues #6

canbu opened this issue Oct 4, 2021 · 0 comments

Comments

@canbu
Copy link

canbu commented Oct 4, 2021

Please see these errors due to few deprecation issues. Has these been fixed? Thanks!

multiple-camera_multiple-people_tracking/utils/ie_tools.py:60: DeprecationWarning: Reading network using constructor is deprecated. Please, use IECore.read_network() method instead
net = IENetwork(model=model_xml, weights=model_bin)
multiple-camera_multiple-people_tracking/utils/ie_tools.py:64: DeprecationWarning: 'layers' property of IENetwork class is deprecated. For iteration over network please use get_ops()/get_ordered_ops() methods from nGraph Python API
not_supported_layers = [l for l in net.layers.keys() if l not in supported_layers]
ERROR: 2021-10-03 22:05:25: Following layers are not supported by the plugin for specified device CPU:
Constant_58375
ERROR: 2021-10-03 22:05:25: Please try to specify cpu extensions library path in sample's command line parameters using -l or --cpu_extension command line argument

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

No branches or pull requests

1 participant