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

Function load_config

deeplabcut/pose_estimation_tensorflow/config.py:67–68  ·  view source on GitHub ↗
(filename="pose_cfg.yaml")

Source from the content-addressed store, hash-verified

65
66
67def load_config(filename="pose_cfg.yaml"):
68 return cfg_from_file(filename)
69
70
71if __name__ == "__main__":

Callers 15

display_datasetFunction · 0.90
load_modelFunction · 0.90
extract_mapsFunction · 0.90
create_tracking_datasetFunction · 0.90
analyze_videosFunction · 0.90
video_inferenceFunction · 0.90
trainFunction · 0.90
test_netFunction · 0.90
trainFunction · 0.90

Calls 1

cfg_from_fileFunction · 0.85

Tested by 1

test_netFunction · 0.72