Sort

class tools.sort.sort.Sort(arguments: Namespace)

Bases: object

Sorts folders of faces based on input criteria

Wrapper for the sort process to run in either batch mode or single use mode

Parameters:

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

Methods Summary

process()

The entry point for triggering the Sort Process.

Methods Documentation

process() None

The entry point for triggering the Sort Process.

Should only be called from lib.cli.launcher.ScriptExecutor

Return type:

None

process() None

The entry point for triggering the Sort Process.

Should only be called from lib.cli.launcher.ScriptExecutor

Return type:

None