Extract

class scripts.extract.Extract(arguments: Namespace)

Bases: object

The Faceswap Face Extraction Process.

The extraction process is responsible for detecting faces in a series of images/video, aligning them and optionally collecting further data about each face leveraging various user selected plugins

Parameters:

arguments (Namespace) – The arguments to be passed to the extraction process as generated from Faceswap’s command line arguments

Methods Summary

process()

Run the extraction process

Methods Documentation

process() None

Run the extraction process

Return type:

None

process() None

Run the extraction process

Return type:

None