LabellingError

class menpo.landmark.LabellingError[source]

Bases: Exception

Raised when labelling a landmark manager and the set of landmarks does not match the expected semantic layout.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.