ConAn: A Usable Tool for Multimodal Conversation Analysis
Go to file
apenzko a7327d87df updated data link 2024-02-29 11:02:07 +01:00
exampledata Added processing 2021-10-17 21:32:30 +02:00
icons Added GUI 2021-10-17 12:49:49 +02:00
processing Updated README 2021-10-19 14:49:38 +02:00
uiwidget Added GUI 2021-10-17 12:49:49 +02:00
utils Added GUI 2021-10-17 12:49:49 +02:00
README.md updated data link 2024-02-29 11:02:07 +01:00
container.py Added GUI 2021-10-17 12:49:49 +02:00
gui.ui Added GUI 2021-10-17 12:49:49 +02:00
main.py Added GUI 2021-10-17 12:49:49 +02:00
processing.py Added GUI 2021-10-17 12:49:49 +02:00
requirements.txt Added GUI 2021-10-17 12:49:49 +02:00

README.md

ConAn

This is the official repository for ConAn: A Usable Tool for Multimodal Conversation Analysis
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.

Installation

For the graphical user interface (GUI) you need python>3.6 to install the requirements via pip:

pip install requirements.txt 

Get Started

To test the GUI you can download our example use case videos from https://www.perceptualui.org/research/datasets/ConAn/
As well as the respective processed .dat files which include all the analyses.
You can then run main.py and import the video file you would like to analyze.

Processing

If you would like to analyze your own 360° video you can find the processing pipeline at processing/. Please note the processing pipeline requires a GPU.

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}
}