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
モデルを使用して顔の検出と顔の同定を行っています。どちらのモデルも軽量モデルなのでデモも高速に動きます。
ウインドウ情報のスライドバーをいじることで、カメラの設置向きに合わせた設定の調整が可能です。
- OpenVINO 2021.4
- Python modules:
numpy
,scipy
,opencv-python
,munkres
-
Install Intel OpenVINO toolkit 2021.4
Download
Get Started Guide -
Install Python prerequisites
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements.in
- Download required DL models
python %INTEL_OPENVINO_DIR%\deployment_tools\open_model_zoo\tools\downloader\downloader.py ^
--list models.lst
- Run the demo
python multi-camera-positioning.py
Tested on OpenVINO 2021.4 (Win10)