Skip to content

A program to detect the emotion of occupants of a car.

Notifications You must be signed in to change notification settings

mohitgaggar/EmotionRecognition

Repository files navigation

Folder structure

+
|---Application
|   |
|   |---client
|   |---local_server
|   |---online-server
|
|--- data
|   |
|   |--- outputvideos
|   |
|   |--- video
|   |   |
|   |   |--- video.mp4
|   |   |--- video1.mp4
|   |
|   |--- train
|   |   |
|   |   |--- Angry
|   |   |--- Happy
|   |   |--- Neutral
|   |   |--- Sad
|   |   |--- Surprise
|   |	
|   |--- validation
|   |   |
|   |   |--- Angry
|   |   |--- Happy
|   |   |--- Neutral
|   |   |--- Sad
|   |   |--- Surprise
|   |	
|   |--- test
|   |   |
|   |   |--- Angry
|   |   |--- Happy
|   |   |--- Neutral
|   |   |--- Sad
|   |   |--- Surprise
|
|
|--- model
|   |
|   |--- EluEmotional.h5
|   |--- emotional_fool.h5
|   |--- Emotion_little_vgg.h5
|   |--- ReluEmotional.h5
|   |--- new_mach_0.0025(best).h5
|
|
|--- emotion_detect_video_mtcnn.py
|--- face_detect_image.py
|--- face_detect_video.py
|--- prepare_dataset_resized.py
|--- train_model.py
|--- get_testing_accuracy.py
|--- get_validation_accuracy.py
|--- image_segregation.py
|--- extract_faces.py
|--- README.md
|
+

About

A program to detect the emotion of occupants of a car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published