We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考: https://github.com/justinshenk/fer procsディレクトリ下に facial_expression_recognition_fer ディレクトリを作ってその中で呼び出せるようにする(docker化含む)
The text was updated successfully, but these errors were encountered:
Google Colabで以下のスクリプトを実行して動作することを確認。画像ファイルは添付のものを使用。
!pip install fer from fer import FER import cv2 img = cv2.imread("./justin.jpeg") detector = FER() detector.detect_emotions(img)
Sorry, something went wrong.
Hayama-r
No branches or pull requests
参考: https://github.com/justinshenk/fer
procsディレクトリ下に facial_expression_recognition_fer ディレクトリを作ってその中で呼び出せるようにする(docker化含む)
The text was updated successfully, but these errors were encountered: