{"id":15565385,"url":"https://github.com/dkurt/openvino_demo","last_synced_at":"2026-03-01T16:33:48.441Z","repository":{"id":129100491,"uuid":"151094191","full_name":"dkurt/openvino_demo","owner":"dkurt","description":"This is a demo application of Intel® OpenVINO™ toolkit","archived":false,"fork":false,"pushed_at":"2018-12-16T07:29:17.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T14:45:10.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/dkurt.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-01T13:34:50.000Z","updated_at":"2021-04-12T09:51:34.000Z","dependencies_parsed_at":"2023-05-15T23:30:57.605Z","dependency_job_id":null,"html_url":"https://github.com/dkurt/openvino_demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkurt/openvino_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fopenvino_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fopenvino_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fopenvino_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fopenvino_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkurt","download_url":"https://codeload.github.com/dkurt/openvino_demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fopenvino_demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:18:32.386Z","status":"ssl_error","status_checked_at":"2026-03-01T16:18:04.258Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T16:55:30.760Z","updated_at":"2026-03-01T16:33:48.418Z","avatar_url":"https://github.com/dkurt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a demo application for Intel® OpenVINO™ toolkit.\nIt demonstrates a pipeline with several [pre-trained deep learning models](https://software.intel.com/openvino-toolkit/documentation/pretrained-models)\nsuch face detection, emotions recognition and face reidentification networks.\n\n## Build\n\n* Go to https://software.intel.com/openvino-toolkit to download and install a toolkit.\n\n* Open a terminal in Linux or Development Command Prompt in Windows and setup\nenvironment variables to locate libraries:\n\n  * Linux\n  ```\n  source /opt/intel/computer_vision_sdk_2018.3.343/bin/setupvars.sh\n  ```\n  * Windows\n  ```\n  C:\\Intel\\computer_vision_sdk_2018.3.343\\bin\\setupvars.bat\n  ```\n\n* Clone this repository using git or download [an archive](https://github.com/dkurt/openvino_demo/archive/master.zip):\n```\ngit clone https://github.com/dkurt/openvino_demo.git\n```\n\n* Build\n\n  * Linux\n  ```\n  cd openvino_demo \u0026\u0026 mkdir build \u0026\u0026 cd build\n  cmake .. -DCMAKE_BUILD_TYPE=Release \u0026\u0026 make -j8\n  ```\n\n  * Windows (assuming that `openvino_demo\\build` is a current working directory)\n  ```\n  \"C:\\Program Files\\CMake\\bin\\cmake.exe\" -DCMAKE_BUILD_TYPE=Release -G \"Visual Studio 14 Win64\" ..\n  \"C:\\Program Files\\CMake\\bin\\cmake.exe\" --build . --config Release\n  ```\n\n## Usage\n* Set OpenMP threads waiting policy to `PASSIVE`:\n  * Linux\n  ```\n  export OMP_WAIT_POLICY=PASSIVE\n  ```\n  * Windows\n  ```\n  set OMP_WAIT_POLICY=PASSIVE\n  ```\n\n* Prepare a gallery. This is a directory contains images of single persons. Base\nnames of images are used to identify recognized persons.\n* Pass a path to gallery in command line parameters:\n```\n./demo -g=/path/to/gallery\n```\n\n* To register a person which is recognized as `unknown`, press an `Enter` key and\ntype a name in new window. Press `Enter` again to save person's image in the gallery.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fopenvino_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkurt%2Fopenvino_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fopenvino_demo/lists"}