Giter VIP home page Giter VIP logo

multiple-camera_multiple-people_tracking's People

Contributors

kunalarora avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

multiple-camera_multiple-people_tracking's Issues

Openvino

Hi @KunalArora ,
Would you like to tell me how to fix this bug:
AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'
Best regards,
PeterPham

Not working..module deprecation issues

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

How to generate xml files?

Hi,

How could i generate the xml files of detection and reid on my own datasets?
could you share the relational networks?

Thanks

OpenVINO version required

Please specify what version of OpenVINO did you fork. For instance, it doesn't work with 2021.1.

Thanks for the videos, by the way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.