DANTE
DANTE (Dimensional ANnotation Tool for Emotions) is an emotional annotation tool to annotate any kind of video in terms of valence and arousal continuous dimensions.
Install / Use
/learn @phuselab/DANTEREADME
Giuseppe Boccignone¹, Donatello Conte², Vittorio Cuculo¹, Raffaella Lanzarotti¹
¹ PHuSe Lab - Dipartimento di Informatica, Università degli Studi di Milano
² Université de Tours - Tours, France
Paper Boccignone, G., Conte, D., Cuculo, V. and Lanzarotti, R. (2017) AMHUSE: A Multimodal dataset for HUmour SEnsing. In Proceedings of 19th ACM International Conference on Multimodal Interaction. (ICMI'17), ACM
https://dl.acm.org/doi/10.1145/3136755.3136806
Description
DANTE (Dimensional ANnotation Tool for Emotions) is a project developed by the PHuSe Lab from Università degli Studi di Milano, Italy, in collaboration with Département Informatique de Ecole Polytechnique de l'Université François Rabelais de Tours, France. The tool is part of a multimodal dataset acquired with the aim to study emotional response in presence of amusement stimulus.
<a href="http://phuselab.di.unimi.it/DANTE/default.html"><img src="img/logo.png" alt="logo" height="50px"></a> <a href="http://phuselab.di.unimi.it/"><img src="img/logo_phuse_1b_fit.png" alt="logo" height="50px"></a> <a href="http://www.unimi.it/"><img src="img/logo_uni1.png" alt="logo" height="50px"></a> <a href="http://www.univ-tours.fr/"> <img src="img/logo_uni2.png" alt="logo" height="50px"></a>
Demo
For a test demo, go to the following link:
http://phuselab.di.unimi.it/DANTE/index.php?id=3497&vid=30_3.mp4&type=arousal
<img src="img/dante2.png" width="80%">Requirements
The annotation tool is a web-based software, and for this reason it simply requires a LAMP/MAMP/WAMP software bundle, depending on the operating system. In other terms, it requires: Apache HTTP Server, MySQL and PHP.
Installation
- Clone the repository
git clone https://github.com/PHuSeLab/DANTE.git
- Copy or move the
DANTEfolder to the Apachewwwfolder. - Import the
annotationdb.sqlfile into an existing MySQL instance.
This is step is needed to create the DANTE database and tables.
mysql -u <username> -p < annotationdb.sql
- Edit the file
config.phpaccording to the environment. (For more details, see section configuration). - Open the browser to the page
http://localhost/login.phpor wherever you installed DANTE. - Login with default credentials
admin:admin. - Follow the configuration instructions and change the default password!
<a name="config"></a>Configuration
The configuration file contained in config.php is very simple and permits to configure some basics parameters, such as:
db_hosthostname of the MySQL database (default: localhost).db_namedatabase name to use, where the annotationdb.sql file is imported (default: annotationdb).db_userMySQL database username.db_passMySQL database password.anno_rateannotation recording frequency. DANTE will record a value every 1/anno_rate seconds (default: '25').save_modeDANTE is able to save the annotations to the databasedbor to a text filefile(default: 'db'). Before usingfilemode check permission of theannotationfolder.
Reference
If you use this code or data, please cite the paper:
@inproceedings{cuculo2019openfacs,
author="Cuculo, Vittorio and D'Amelio, Alessandro",
editor="Zhao, Yao and Barnes, Nick and Chen, Baoquan and Westermann, R{\"u}diger and Kong, Xiangwei and Lin, Chunyu",
title="OpenFACS: An Open Source FACS-Based 3D Face Animation System",
booktitle="Image and Graphics",
year="2019",
publisher="Springer International Publishing",
address="Cham",
pages="232--242",
}
Related Skills
qqbot-channel
343.1kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
99.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
343.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
ddd
Guía de Principios DDD para el Proyecto > 📚 Documento Complementario : Este documento define los principios y reglas de DDD. Para ver templates de código, ejemplos detallados y guías paso
