MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / split

Method split

deeplabcut/pose_estimation_pytorch/data/dlcloader.py:127–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125
126 @property
127 def split(self) -> dict[str, list[int]]:
128 if self._split is None:
129 self._split = self.load_split(self._project_config, self._trainset_index, self.shuffle)
130
131 return self._split
132
133 def scorer(
134 self,

Callers 15

create_labeled_video_3dFunction · 0.45
triangulateFunction · 0.45
get_gpu_memory_mapFunction · 0.45
from_pathMethod · 0.45
scorerMethod · 0.45
get_scorer_nameFunction · 0.45
plot_images_cocoFunction · 0.45
filter_state_dictFunction · 0.45
_forwardMethod · 0.45
download_weightsMethod · 0.45
__init__Method · 0.45

Calls 1

load_splitMethod · 0.95

Tested by

no test coverage detected