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

Add openvino support #149

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add openvino support #149

wants to merge 5 commits into from

Commits on Apr 30, 2019

  1. Add option to bypass preprocessing step.

    Reason: Openvino is not currently able to process tf.maps which create a loop in the model.
    As all this loop here does is to convert BGR to RGB it can be left out completely: for the
    embeddings the ordering should not matter anyway.
    r-or committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    83fc559 View commit details
    Browse the repository at this point in the history
  2. Add initial support for Openvino.

    Add a command-line arg 'use_openvino' which expects an openvino device (CPU, GPU, MYRIAD etc).
    Add also an FPS counter.
    r-or committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    552944e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8020f View commit details
    Browse the repository at this point in the history
  4. Update readme for openvino

    r-or committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    2ea4866 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    df7d69b View commit details
    Browse the repository at this point in the history