{"id":20685471,"url":"https://github.com/yas-sim/openvino-multi-camera-position-estimation-demo","last_synced_at":"2025-07-02T00:05:27.698Z","repository":{"id":185235193,"uuid":"387685915","full_name":"yas-sim/openvino-multi-camera-position-estimation-demo","owner":"yas-sim","description":"Using multiple cameras to estimate the people's position. Works with OpenVINO toolkit.","archived":false,"fork":false,"pushed_at":"2021-07-20T05:48:49.000Z","size":8045,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T23:44:37.312Z","etag":null,"topics":["deep-learning","face-detection","face-reidentification","hungarian-algorithm","location-estimation","openvino","person-reidentification","position-estimation","position-tracking","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yas-sim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-20T05:47:17.000Z","updated_at":"2025-03-05T10:12:51.000Z","dependencies_parsed_at":"2023-08-01T07:09:27.929Z","dependency_job_id":null,"html_url":"https://github.com/yas-sim/openvino-multi-camera-position-estimation-demo","commit_stats":null,"previous_names":["yas-sim/openvino-multi-camera-position-estimation-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yas-sim/openvino-multi-camera-position-estimation-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino-multi-camera-position-estimation-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino-multi-camera-position-estimation-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino-multi-camera-position-estimation-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino-multi-camera-position-estimation-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yas-sim","download_url":"https://codeload.github.com/yas-sim/openvino-multi-camera-position-estimation-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino-multi-camera-position-estimation-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052429,"owners_count":23406105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","face-detection","face-reidentification","hungarian-algorithm","location-estimation","openvino","person-reidentification","position-estimation","position-tracking","python"],"created_at":"2024-11-16T22:27:28.863Z","updated_at":"2025-07-02T00:05:27.672Z","avatar_url":"https://github.com/yas-sim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVINO Multi-camera Position Estimation Demo\n\n### Description:  \nThis 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.  \nThe 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.  \nYou can change the camera angle based on your camera settings by dragging the slide bars on the top of the window.  \nこのデモは入力画像から人々の位置を推定します。デモは複数のカメラからの映像を入力として受け取り、三角法を使って人の位置を推定します。  \nデモは`face-detection`モデルと`face-reidentification`モデルを使用して顔の検出と顔の同定を行っています。どちらのモデルも軽量モデルなのでデモも高速に動きます。  \nウインドウ情報のスライドバーをいじることで、カメラの設置向きに合わせた設定の調整が可能です。  \n\n![result](resources/multi-camera-positioning.gif)  \n\n### Prerequisites:  \n\n- OpenVINO 2021.4  \n- Python modules: `numpy`, `scipy`, `opencv-python`, `munkres`  \n\n\n### How to run:  \n\n1. Install Intel OpenVINO toolkit 2021.4  \n[Download](https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/download.html)  \n[Get Started Guide](https://docs.openvinotoolkit.org/latest/get_started_guides.html)  \n\n2. Install Python prerequisites  \n```sh\npython -m pip install --upgrade pip setuptools\npython -m pip install -r requirements.in\n```\n\n3. Download required DL models  \n```sh\npython %INTEL_OPENVINO_DIR%\\deployment_tools\\open_model_zoo\\tools\\downloader\\downloader.py ^\n --list models.lst\n```\n\n4. Run the demo  \n\n```sh\npython multi-camera-positioning.py\n```\n\n### Note:  \nTested on OpenVINO 2021.4 (Win10)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-sim%2Fopenvino-multi-camera-position-estimation-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyas-sim%2Fopenvino-multi-camera-position-estimation-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-sim%2Fopenvino-multi-camera-position-estimation-demo/lists"}