Added GUI
This commit is contained in:
parent
ae9774cf0d
commit
74df5cb3f0
23 changed files with 3174 additions and 2 deletions
32
README.md
32
README.md
|
@ -1,3 +1,31 @@
|
|||
# conan
|
||||
# ConAn
|
||||
This is the official repository for [ConAn: A Usable Tool for Multimodal <u>Con</u>versation <u>An</u>alysis](https://www.perceptualui.org/publications/penzkofer21_icmi.pdf) <br>
|
||||
ConAn – our graphical tool for multimodal conversation analysis – takes 360 degree videos recorded during multiperson group interactions as input. ConAn integrates state-of-the-art models for gaze estimation, active speaker detection,
|
||||
facial action unit detection, and body movement detection and can output quantitative reports both at individual and group
|
||||
level, as well as different visualizations that provide qualitative insights into group interaction.
|
||||
|
||||
ConAn: A Usable Tool for Multimodal <u>Con</u>versation <u>An</u>alysis
|
||||
## Installation
|
||||
For the graphical user interface (GUI) you need python>3.6 to install the [requirements](requirements.txt) via pip:
|
||||
```
|
||||
pip install requirements.txt
|
||||
```
|
||||
## Get Started
|
||||
To test the GUI you can download our example use case videos from googledrive: <br>
|
||||
As well as the respective processed ``.dat`` files which include all the analyses.
|
||||
Run [main.py](main.py) and import the video file you would like to analyze.
|
||||
## Processing
|
||||
|
||||
|
||||
|
||||
## Citation
|
||||
Please cite this paper if you use ConAn or parts of this publication in your research:
|
||||
```
|
||||
@inproceedings{penzkofer21_icmi,
|
||||
author = {Penzkofer, Anna and Müller, Philipp and Bühler, Felix and Mayer, Sven and Bulling, Andreas},
|
||||
title = {ConAn: A Usable Tool for Multimodal Conversation Analysis},
|
||||
booktitle = {Proc. ACM International Conference on Multimodal Interaction (ICMI)},
|
||||
year = {2021},
|
||||
doi = {10.1145/3462244.3479886},
|
||||
video = {https://www.youtube.com/watch?v=H2KfZNgx6CQ}
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue