command

OpenFace face analysis command-line interface.

Classes

OpenFaceCommand

Command-line interface for running OpenFace.

OpenFaceMultiInferenceCommand

Command-line interface for inferring face features from videos with OpenFace.

OpenFaceSingleInferenceCommand

Command-line interface for inferring face features from videos with OpenFace.

OpenFaceVisualizationCommand

Command-line interface for visualizing face features from videos with OpenFace.

class OpenFaceCommand[source]

Bases: Command

Command-line interface for running OpenFace.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

class OpenFaceMultiInferenceCommand[source]

Bases: Command

Command-line interface for inferring face features from videos with OpenFace.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

class OpenFaceSingleInferenceCommand[source]

Bases: Command

Command-line interface for inferring face features from videos with OpenFace.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

class OpenFaceVisualizationCommand[source]

Bases: Command

Command-line interface for visualizing face features from videos with OpenFace.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns: