{"id":15645038,"url":"https://github.com/pinto0309/openvino-emotionrecognition","last_synced_at":"2025-04-30T11:11:32.869Z","repository":{"id":97173101,"uuid":"173474997","full_name":"PINTO0309/OpenVINO-EmotionRecognition","owner":"PINTO0309","description":"OpenVINO+NCS2/NCS+MutiModel(FaceDetection, EmotionRecognition)+MultiStick+MultiProcess+MultiThread+USB Camera/PiCamera. RaspberryPi 3 compatible. Async.","archived":false,"fork":false,"pushed_at":"2023-02-12T13:00:29.000Z","size":17624,"stargazers_count":57,"open_issues_count":4,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-02T02:33:01.731Z","etag":null,"topics":["emotion-recognition","facedetection","multimodel","ncs","neural-compute-stick","openvino","picamera","python","raspberrypi"],"latest_commit_sha":null,"homepage":"https://qiita.com/PINTO","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PINTO0309.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-03-02T17:01:49.000Z","updated_at":"2024-01-19T10:26:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"95fa1a77-1ecf-4983-9fd6-d9212312dc76","html_url":"https://github.com/PINTO0309/OpenVINO-EmotionRecognition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PINTO0309%2FOpenVINO-EmotionRecognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PINTO0309%2FOpenVINO-EmotionRecognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PINTO0309%2FOpenVINO-EmotionRecognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PINTO0309%2FOpenVINO-EmotionRecognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PINTO0309","download_url":"https://codeload.github.com/PINTO0309/OpenVINO-EmotionRecognition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223779621,"owners_count":17201287,"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":["emotion-recognition","facedetection","multimodel","ncs","neural-compute-stick","openvino","picamera","python","raspberrypi"],"created_at":"2024-10-03T12:04:09.805Z","updated_at":"2024-11-09T03:14:23.572Z","avatar_url":"https://github.com/PINTO0309.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVINO-EmotionRecognition\nOpenVINO+NCS2/NCS+MutiModel(FaceDetection, EmotionRecognition)+MultiStick+MultiProcess+MultiThread+USB Camera/PiCamera. RaspberryPi 3 compatible.  \n  \n**[5, Mar 2019] It corresponds to MultiStick.**  \n\n# Motion image\n**RaspberryPi3 + NCS2 x1 + OenVINO, Async, 320x240**  \n**Youtube : https://youtu.be/wF3JD3jyGaA**  \n![01](media/01.gif)  \n  \n**Corei7 + NCS2 x2 + OenVINO, Async, 320x240**  \n\u003cimg src=\"media/02.gif\" width=480px\u003e  \n\n# Usage\n```bash\n$ sudo apt-get install -y python3-picamera\n$ sudo -H pip3 install imutils --upgrade\n$ git clone https://github.com/PINTO0309/OpenVINO-EmotionRecognition.git\n$ cd OpenVINO-EmotionRecognition\n$ python3 main.py -wd 320 -ht 240 -numncs 1\n```\n\n# Parameters\n```bash\nusage: main.py [-h] [-cm MODE_OF_CAMERA] [-cn NUMBER_OF_CAMERA]\n               [-wd CAMERA_WIDTH] [-ht CAMERA_HEIGHT] [-numncs NUMBER_OF_NCS]\n               [-vidfps FPS_OF_VIDEO] [-fdmp FD_MODEL_PATH]\n               [-emmp EM_MODEL_PATH]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -cm MODE_OF_CAMERA, --modeofcamera MODE_OF_CAMERA\n                        Camera Mode. 0:=USB Camera, 1:=PiCamera (Default=0)\n  -cn NUMBER_OF_CAMERA, --numberofcamera NUMBER_OF_CAMERA\n                        USB camera number. (Default=0)\n  -wd CAMERA_WIDTH, --width CAMERA_WIDTH\n                        Width of the frames in the video stream. (Default=640)\n  -ht CAMERA_HEIGHT, --height CAMERA_HEIGHT\n                        Height of the frames in the video stream.\n                        (Default=480)\n  -numncs NUMBER_OF_NCS, --numberofncs NUMBER_OF_NCS\n                        Number of NCS. (Default=1)\n  -vidfps FPS_OF_VIDEO, --fpsofvideo FPS_OF_VIDEO\n                        FPS of Video. (Default=30)\n  -fdmp FD_MODEL_PATH, --facedetectionmodelpath FD_MODEL_PATH\n                        Face Detection model path. (xml and bin. Except\n                        extension.)\n  -emmp EM_MODEL_PATH, --emotionrecognitionmodelpath EM_MODEL_PATH\n                        Emotion Recognition model path. (xml and bin. Except\n                        extension.)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinto0309%2Fopenvino-emotionrecognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinto0309%2Fopenvino-emotionrecognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinto0309%2Fopenvino-emotionrecognition/lists"}