Coder Social home page Coder Social logo

balena-openvino's People

Contributors

dtischler avatar

Stargazers

 avatar

Watchers

 avatar

balena-openvino's Issues

Update to Openvino 22.1.0

@dtischler
Thanks for all the hard work documenting how to get openvino running in a container

I managed to follow the steps you had in Dockerfile.template with some modifications to get it working for openvino 22.1.0.643 because this project https://github.com/yas-sim/object-tracking-line-crossing-area-intrusion needs the newest openvino 2.0 API supported only in openvino2022.1.0

OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html

I looked at https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_apt.html and It translates to something roughly like this

RUN wget https://apt.repos.intel.com/openvino/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
RUN apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
RUN apt-get update && apt-get install -y openvino-2022.1.0

RUN apt-get update && apt-get install -y xfce4 xinit xserver-xorg xserver-xorg-video-fbdev xinit pciutils xfonts-100dpi xfonts-75dpi xfonts-scalable xterm xfce4-terminal xserver-xorg-input-evdev dbus-x11 matchbox-keyboard firefox ocl-icd-opencl-dev clinfo

RUN pip3 install numpy scipy pyyaml 
RUN echo "source /opt/intel/openvino_2022.1.0.643/bin/setupvars.sh" >> ~/.bashrc

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.