import_landmark_file

menpo.io.import_landmark_file(filepath, asset=None)[source]

Single landmark group importer.

If a landmark file is found at filepath, returns a LandmarkGroup representing it.

Parameters:filepath (pathlib.Path or str) – A relative or absolute filepath to an landmark file.
Returns:landmark_group (LandmarkGroup) – The LandmarkGroup that the file format represents.