معرفی شرکت ها


facial-emotion-recognition-0.3.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

It recognize facial emotions from the image
ویژگی مقدار
سیستم عامل -
نام فایل facial-emotion-recognition-0.3.4
نام facial-emotion-recognition
نسخه کتابخانه 0.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rayyan Akhtar
ایمیل نویسنده akhtar.rayyan@live.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/facial-emotion-recognition/
مجوز MIT
### Project Description Facial Emotion Recognition using PyTorch. It creates a bounding box around the face of the person present in the picture and put a text at the top of the bounding box representing the recognised emotion. # ### Install pip install emotion_recognition # ### Requirements pytorch >= 1.2.0 torchvision >= 0.3.0 # ### Usage: from facial_emotion_recognition import EmotionRecognition import cv2 as cv er = EmotionRecognition(device='gpu', gpu_id=0) cam = cv.VideoCapture(0) success, frame = cam.read() frame = er.recognise_emotion(frame, return_type='BGR') cv.imshow("frame", frame) while True: key = cv.waitKey(10) if key & 0xff == 27: break # ### Arguments er = EmotionRecognition(device='gpu', gpu_id=0) device = 'gpu' or cpu' gpu_id will be effective only when more than two GPUs are detected or it will through error. frame = er.recognise_emotion(frame, return_type='BGR') return_type='BGR' or 'RGB' # ### References 1. "Challenges in Representation Learning: A report on three machine learning contests." I Goodfellow, D Erhan, PL Carrier, A Courville, M Mirza, B Hamner, W Cukierski, Y Tang, DH Lee, Y Zhou, C Ramaiah, F Feng, R Li, X Wang, D Athanasakis, J Shawe-Taylor, M Milakov, J Park, R Ionescu, M Popescu, C Grozea, J Bergstra, J Xie, L Romaszko, B Xu, Z Chuang, and Y. Bengio. arXiv 2013. #


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl facial-emotion-recognition-0.3.4:

    pip install facial-emotion-recognition-0.3.4.whl


نصب پکیج tar.gz facial-emotion-recognition-0.3.4:

    pip install facial-emotion-recognition-0.3.4.tar.gz