sign_language_translator.vision.sign.transformations module

sign.transformations.py

This module contains the base class for all sign transformations available for data augmentation.

class sign_language_translator.vision.sign.transformations.BaseSignTransformation[source][source]

Bases: ABC

Base class for sign transformations

abstract static name() str[source][source]

The string name of the transformation

abstract transform(sign, *args, **kwargs)[source][source]

Apply the transformation to a sign