ValidDeepLabCutH5#

class movement.validators.files.ValidDeepLabCutH5(file)[source]#

Bases: object

Class for validating DeepLabCut-style .h5 files.

file: Path#

Path to the DeepLabCut .h5 file to validate.

suffixes: ClassVar[set[str]] = {'.h5'}#

Expected suffix(es) for the file.