Emotion-detection
Emotion-detection copied to clipboard
Real-time Facial Emotion Detection using deep learning
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Buenas tardes! me parece excelente tu trabajo. Mil gracias por compartirlo, me ha servido mucho en mi trabajo de tesis para combatir el bullying. Podría conocer un poco más sobre...
I want to train different transfer learning model on emotion detection so that we get good accuracy and less loss.
Getting this error when I try to train Traceback (most recent call last): File "emotions.py", line 98, in plot_model_history(model_info) File "emotions.py", line 31, in plot_model_history axs[0].set_xticks(np.arange(1,len(model_history.history['accuracy'])+1),len(model_history.history['accuracy'])/10) File "/home/touseef/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 73,...
Hi I want to research Emotion detection using deep learning, I saw your project on github. But unfortunately I can not see the output. I am currently using spyder. please...
Lovely work! Do you remember at what epoch did you get your pre-trained model from? Or what was the val_loss/acc of your pre-trained model that you made available?