Spatial

class tools.alignments.jobs.Spatial(alignments: AlignmentData, arguments: Namespace)

Bases: object

Apply spatial temporal filtering to landmarks

Parameters:
  • alignments (AlignmentData) – The alignments data loaded from an alignments file for this rename job

  • arguments (Namespace) – The argparse arguments as passed in from tools.py

  • Reference

  • ---------

  • https (//www.kaggle.com/selfishgene/animating-and-smoothing-3d-facial-keypoints/notebook)

Methods Summary

process()

Perform spatial filtering

Methods Documentation

process() None

Perform spatial filtering

Return type:

None

process() None

Perform spatial filtering

Return type:

None