本资源提供了一个基于面部表情进行情感计算的情绪识别系统源代码示例。通过分析用户的表情数据来判断其情绪状态,适用于研究和开发相关应用。
【核心代码】
├── emotic-main
│ ├── LICENSE
│ ├── README.md
│ ├── __pycache__
│ │ ├── emotic.cpython-37.pyc
│ │ ├── emotic.cpython-38.pyc
│ │ ├── emotic_dataset.cpython-38.pyc
│ │ ├── inference.cpython-38.pyc
│ │ ├── inference_emotic.cpython-37.pyc
│ │ ├── inference_emotic.cpython-38.pyc
│ │ ├── loss.cpython-38.pyc
│ │ ├── prepare_models.cpython-38.pyc
│ │ ├── test.cpython-38.pyc
│ │ └── train.cpython-38.pyc
│ ├── debug_exp
│ │ ├── config.txt