Skip to content

Mac Installation

Michelle Morales edited this page Aug 28, 2017 · 7 revisions

These instructions were tested on a Mac running macOS Sierra Version 10.12.4.

In order to get OpenMM to work you need to have the following things installed...

Python Modules

In order to run OpenMM, you'll need to install Python 2.7 (Python 3 support is not available yet) and the following Python modules:

You can install them all at once using pip: pip install numpy scipy pandas SpeechRecognition

Matlab Runtime Version

In order to use Covarep to extract acoustic features, you also need the 2017 Matlab Runtime version for your machine, which is free and available to download on their site.

ffmpeg

In order to convert video to audio, you need to ffmpeg installed:

brew install ffmpeg

OpenFace

To perform visual feature extraction OpenMM requires OpenFace.

Parsers

To extract syntactic features, which are part of the linguistic analysis, SyntaxNet parser is required. We suggest following these instructions to download. If you plan on working with German or Spanish data, make sure to also add those models to your Docker container. Here are the instructions for downloading the other language models.

Install

After all the prerequisities and dependencies are installed successfully. You can install OpenMM by cloning this repo:

git clone https://github.com/michellemorales/OpenMM.git

Setting up OpenMM

Clone this wiki locally