sign_language_translator.vision.landmarks.connections module
- class sign_language_translator.vision.landmarks.connections.BaseConnections[source][source]
Bases:
ABCA class containing information about the connections between landmarks generated from various models.
- class sign_language_translator.vision.landmarks.connections.MediapipeConnections[source][source]
Bases:
BaseConnectionsRepresents the connections for the Mediapipe landmark model.
- sign_language_translator.vision.landmarks.connections.get_connections(connections: str) BaseConnections[source][source]
Create a connections object based on the given string
- Parameters:
connections (str) – The name of the connections format to use.
- Returns:
The connections object.
- Return type:
- Raises:
ValueError – If the connections format is not recognized.