Skip to main content

Table of Contents

api

Movement Objects

class Movement(VideoModel)

fit

def fit(path)

Fit a file in filepath to OpenFace Model. Make sure to set the Docker to be active first. For installation, see https://aicure.github.io/open_dbm/docs/openface-docker-installation

Parameters

path : string, File Path of MP4/MOV file.

def get_eye_blink()

Get the model object of Eye Blink

Returns:

  • self - object

get_eye_gaze

def get_eye_gaze()

Get the model object of Eye Gaze

Returns:

  • self - object Model Object

get_facial_tremor

def get_facial_tremor()

Get the model object of Facial Tremor

Returns:

  • self - object Model Object

get_head_movement

def get_head_movement()

Get the model object of Head Movement

Returns:

  • self - object Model Object

get_vocal_tremor

def get_vocal_tremor()

Get the model object of Vocal Tremor

Returns:

  • self - object Model Object