CoolFace
Modelpublic

DeepVision99/Facial_emotion_recognition

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
config.json21 linesDownload Raw Back to root
1{2    "model_type": "custom",3    "num_labels": 7,4    "input_shape": [5        180,6        180,7        18    ],9    "preprocessing": {10        "mean": [11            0.5118834,12            0.5118834,13            0.511883414        ],15        "std": [16            0.25525132,17            0.25525132,18            0.2552513219        ]20    }21}