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

Openvino sample #5283

Merged
merged 3 commits into from
Dec 2, 2019
Merged

Openvino sample #5283

merged 3 commits into from
Dec 2, 2019

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    61526ad View commit details
    Browse the repository at this point in the history
  2. OpenVINO sample

    * Simple face detection and depth reporting
    * Depends on BUILD_OPENVINO_EXAMPLES
    * Requires INTEL_OPENVINO_DIR and OpenCV_DIR be defined
    * Model files automatically downloaded in CMake
    maloel committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    99ceeee View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Update rs-face-vino sample

    * moved common CMake functionality (downloads, OPENVINO_FILES, ELPP_FILES) into openvino CMakeLists.txt
    * now aligns the depth and color frames
    * removed some not-useful debug messages from rs-vino/*
    * added labels to openvino_helpers::detected_face
    maloel committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    37a1e50 View commit details
    Browse the repository at this point in the history