Git Product home page Git Product logo

openvino-multi-camera-position-estimation-demo's Introduction

OpenVINO Multi-camera Position Estimation Demo

Description:

This demo will estimates the position of people from the input images. The demo takes images from multiple cameras and estimates the people's position using triangulation method.
The demo uses face-detection model and face-reidentification model to face detection and face matching accordingly. Since both models are light weight models, the demo is very light weight.
You can change the camera angle based on your camera settings by dragging the slide bars on the top of the window.
このデモは入力画像から人々の位置を推定します。デモは複数のカメラからの映像を入力として受け取り、三角法を使って人の位置を推定します。
デモはface-detectionモデルとface-reidentificationモデルを使用して顔の検出と顔の同定を行っています。どちらのモデルも軽量モデルなのでデモも高速に動きます。
ウインドウ情報のスライドバーをいじることで、カメラの設置向きに合わせた設定の調整が可能です。

result

Prerequisites:

  • OpenVINO 2021.4
  • Python modules: numpy, scipy, opencv-python, munkres

How to run:

  1. Install Intel OpenVINO toolkit 2021.4
    Download
    Get Started Guide

  2. Install Python prerequisites

python -m pip install --upgrade pip setuptools
python -m pip install -r requirements.in
  1. Download required DL models
python %INTEL_OPENVINO_DIR%\deployment_tools\open_model_zoo\tools\downloader\downloader.py ^
 --list models.lst
  1. Run the demo
python multi-camera-positioning.py

Note:

Tested on OpenVINO 2021.4 (Win10)

openvino-multi-camera-position-estimation-demo's People

Contributors

yas-sim avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

openvino-multi-camera-position-estimation-demo's Issues

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.