All Projects → PINTO0309 → OpenVINO-EmotionRecognition

PINTO0309 / OpenVINO-EmotionRecognition

Licence: MIT License
OpenVINO+NCS2/NCS+MutiModel(FaceDetection, EmotionRecognition)+MultiStick+MultiProcess+MultiThread+USB Camera/PiCamera. RaspberryPi 3 compatible. Async.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OpenVINO-EmotionRecognition

MobileNetV2-PoseEstimation
Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python.
Stars: ✭ 99 (+94.12%)
Mutual labels:  raspberrypi, ncs, openvino
TPU-Posenet
Edge TPU Accelerator / Multi-TPU / Multi-Model + Posenet/DeeplabV3/MobileNet-SSD + Python + Sync / Async + LaptopPC / RaspberryPi
Stars: ✭ 39 (-23.53%)
Mutual labels:  raspberrypi, picamera
Fast Stacked Hourglass Network OpenVino
A fast stacked hourglass network for human pose estimation on OpenVino
Stars: ✭ 52 (+1.96%)
Mutual labels:  ncs, openvino
WoR-Translations
Language files for the Windows on Raspberry imager.
Stars: ✭ 34 (-33.33%)
Mutual labels:  raspberrypi
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-41.18%)
Mutual labels:  emotion-recognition
Hemuer
An AI Tool to record expressions of users as they watch a video and then visualize the funniest parts of it!
Stars: ✭ 22 (-56.86%)
Mutual labels:  emotion-recognition
erc
Emotion recognition in conversation
Stars: ✭ 34 (-33.33%)
Mutual labels:  emotion-recognition
wifi-connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 1,043 (+1945.1%)
Mutual labels:  raspberrypi
hyper-pi
Making a usable handheld device using a Raspberry Pi Zero and a HyperPixel 4" capacitive touch screen.
Stars: ✭ 42 (-17.65%)
Mutual labels:  raspberrypi
la-maison-pythonic
Projet didactique du livre "Python, Raspberry-Pi et Flask" avec ESP8266 sous MicroPython
Stars: ✭ 16 (-68.63%)
Mutual labels:  raspberrypi
smart-garden-ornaments
The smart garden ornaments project! 🦩🌱🤖
Stars: ✭ 20 (-60.78%)
Mutual labels:  raspberrypi
root-ro
Read-only root filesystem for Raspbian Stretch (using overlay)
Stars: ✭ 75 (+47.06%)
Mutual labels:  raspberrypi
rpi-opengl-without-x
Raspberry Pi OpenGL ES 2 without an X server (using EGL)
Stars: ✭ 120 (+135.29%)
Mutual labels:  raspberrypi
hometop HT3
Pimp your heater.
Stars: ✭ 34 (-33.33%)
Mutual labels:  raspberrypi
go-epdfuse
A library for interacting with the PaPiRus via the repaper gratis library
Stars: ✭ 16 (-68.63%)
Mutual labels:  raspberrypi
cpuminer-arm
CPU Miner (minerd) for Raspberry Pi and other ARM based boards
Stars: ✭ 17 (-66.67%)
Mutual labels:  raspberrypi
CPG
Steven C. Y. Hung, Cheng-Hao Tu, Cheng-En Wu, Chien-Hung Chen, Yi-Ming Chan, and Chu-Song Chen, "Compacting, Picking and Growing for Unforgetting Continual Learning," Thirty-third Conference on Neural Information Processing Systems, NeurIPS 2019
Stars: ✭ 91 (+78.43%)
Mutual labels:  emotion-recognition
Deep-Learning-for-Expression-Recognition-in-Image-Sequences
The project uses state of the art deep learning on collected data for automatic analysis of emotions.
Stars: ✭ 26 (-49.02%)
Mutual labels:  emotion-recognition
RPiPlay
An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
Stars: ✭ 4,113 (+7964.71%)
Mutual labels:  raspberrypi
pico-mnist
Number recognition with MNIST on Raspberry Pi Pico + TensorFlow Lite for Microcontrollers
Stars: ✭ 44 (-13.73%)
Mutual labels:  raspberrypi

OpenVINO-EmotionRecognition

OpenVINO+NCS2/NCS+MutiModel(FaceDetection, EmotionRecognition)+MultiStick+MultiProcess+MultiThread+USB Camera/PiCamera. RaspberryPi 3 compatible.

[5, Mar 2019] It corresponds to MultiStick.

Motion image

RaspberryPi3 + NCS2 x1 + OenVINO, Async, 320x240
Youtube : https://youtu.be/wF3JD3jyGaA
01

Corei7 + NCS2 x2 + OenVINO, Async, 320x240

Usage

$ sudo apt-get install -y python3-picamera
$ sudo -H pip3 install imutils --upgrade
$ git clone https://github.com/PINTO0309/OpenVINO-EmotionRecognition.git
$ cd OpenVINO-EmotionRecognition
$ python3 main.py -wd 320 -ht 240 -numncs 1

Parameters

usage: main.py [-h] [-cm MODE_OF_CAMERA] [-cn NUMBER_OF_CAMERA]
               [-wd CAMERA_WIDTH] [-ht CAMERA_HEIGHT] [-numncs NUMBER_OF_NCS]
               [-vidfps FPS_OF_VIDEO] [-fdmp FD_MODEL_PATH]
               [-emmp EM_MODEL_PATH]

optional arguments:
  -h, --help            show this help message and exit
  -cm MODE_OF_CAMERA, --modeofcamera MODE_OF_CAMERA
                        Camera Mode. 0:=USB Camera, 1:=PiCamera (Default=0)
  -cn NUMBER_OF_CAMERA, --numberofcamera NUMBER_OF_CAMERA
                        USB camera number. (Default=0)
  -wd CAMERA_WIDTH, --width CAMERA_WIDTH
                        Width of the frames in the video stream. (Default=640)
  -ht CAMERA_HEIGHT, --height CAMERA_HEIGHT
                        Height of the frames in the video stream.
                        (Default=480)
  -numncs NUMBER_OF_NCS, --numberofncs NUMBER_OF_NCS
                        Number of NCS. (Default=1)
  -vidfps FPS_OF_VIDEO, --fpsofvideo FPS_OF_VIDEO
                        FPS of Video. (Default=30)
  -fdmp FD_MODEL_PATH, --facedetectionmodelpath FD_MODEL_PATH
                        Face Detection model path. (xml and bin. Except
                        extension.)
  -emmp EM_MODEL_PATH, --emotionrecognitionmodelpath EM_MODEL_PATH
                        Emotion Recognition model path. (xml and bin. Except
                        extension.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].