neuralib.deeplabcut.core.read_dlc

neuralib.deeplabcut.core.read_dlc(file, meta_file=None)[source]

load DeepLabCut result from file

Parameters:
  • file (str | Path | PathLike[str]) – DeepLabCut result filepath. supports both .h5 and .csv

  • meta_file (str | Path | PathLike[str] | None) – Optional DeepLabCut meta filepath. should be the .pickle

Returns:

Return type:

DeepLabCutDataFrame