Handbook for MDIG2026 Summer School in Tilburg
Scripts for processing and analysis

Overview
Dear participants,
this handbook collects all scripts associated with the program of MDIG2026 Summer School. You will find here introduction of the datasets you will be working in your group projects, scripts that process these datasets into analyzable time series and features and finally, all scripts associated with the lectures.
For full program and other organizational information, please visit EnvisionBox website.
The two datasets that we picked for this year are:
- Balance Corpus (Li, Yang, Fuchs & Aussems, 2026)
- PARSEL dataset (Hrkalovic, Dudzik, Balliet, Hung, 2024)
Each of these scripts have their own cheatsheet to help you get started with the data available for the respective corpus.
Setup
We prepared for you three environments that you can directly install (in Anaconda Prompt) using
cd Address-of-summerschol-folder
conda env create -f NAME-OF-ENVIRONMENT.ymlIf you want to work with Envisionhgdetector, use detector-environment.yml (summerschool-detector-env)
If you want to work with OpenFace, use kinematics-environment.yml (summerschool-kinematics-env)
For all else (continuous acoustics, Opensmile), use general-environmt.yml (summerschool-general-env)
Feel free to install new packages to any of your newly created environments using
conda activate NAME-OF-ENVIRONMENT
pip install PACKAGE-NAME