Skip to content

Commit

Permalink
README Emotion detection
Browse files Browse the repository at this point in the history
  • Loading branch information
melihonat committed Dec 12, 2023
1 parent 4897433 commit 02cb87a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions Emotion detection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Emotion Detection scripts
Dieser Ordner enthält das Skript "emotion_model.py" zum Training eines Convolutional Neural Networks mithilfe des Datasets FER2013 und der Sequential-Models von Tensorflow.

Das aus dem Training entstandene CNN ist bereits gespeichert, einmal im .keras-Dateiformat, welches eigentlich Standard ist, und einmal im .h5-Legacy-Dateiformat, da das .keras-Dateiformat auf einem macOS-Gerät mit Apple Chip später zu Fehlern führt.

## Modell neu trainieren

Um das Convolutional Neural Network neu zu trainieren, lösche zunächst die beiden gespeicherten Modelle und füge das entpackte FER2013-Dataset (oder ein Dataset deiner Wahl) in den "archive"-Ordner hinzu.

Das FER2013-Dataset ist nicht in diesem Repository enthalten, sondern ist hier als Download verfügbar:
https://www.kaggle.com/datasets/msambare/fer2013

Nach diesem Schritt führe einfach das Skript "emotion_model.py" aus. Die beiden trainierten Modelle werden wieder in diesem Ordner gespeichert.
2 changes: 1 addition & 1 deletion Magenta tests/maestro_data_preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Webcam Tests/webcam-test-mac.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "1c5c5fb9",
"metadata": {},
"outputs": [],
Expand Down
Binary file added archive/.DS_Store
Binary file not shown.
Binary file added archive/maestro-v3.0.0/.DS_Store
Binary file not shown.
Binary file added archive/maestro-v3.0.0/data/.DS_Store
Binary file not shown.

0 comments on commit 02cb87a

Please sign in to comment.