kaushikjadhav01 / Deep-Surveillance-Monitor-Facial-Emotion-Age-Gender-Recognition-System

Computer Vision module for detecting emotion, age and gender of a person in any given image, video or real time webcam. A custom VGG16 model was developed and trained on open source facial datasets downloaded from Kaggle and IMDB. OpenCV,dlib & keras were used to aid facial detection and video processing. The final system can detect the emotion, age and gender of people in any given image, video or real time webcam
MIT License
113 stars 36 forks source link

Error in defining model classifier, classifier = load_model('./model/emotion_little_vgg_2.h5') #2

Open sahit1011 opened 6 months ago

sahit1011 commented 6 months ago

ValueError: Kernel shape must have the same length as input, but received kernel of shape (3, 3, 1, 32) and input of shape (None, None, 48, 48, 1).