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

Method read_config

deeplabcut/gui/widgets.py:571–572  ·  view source on GitHub ↗
(self, config_path)

Source from the content-addressed store, hash-verified

569 self.canvas.draw_idle()
570
571 def read_config(self, config_path):
572 return auxiliaryfunctions.read_config(config_path)
573
574 def write_config(self, config_path, cfg):
575 # Normalize to plain lists before writing config.yaml

Callers 15

testscript_cli.pyFile · 0.45
create_labeled_video_3dFunction · 0.45
calibrate_camerasFunction · 0.45
check_undistortionFunction · 0.45
triangulateFunction · 0.45
undistort_pointsFunction · 0.45
threshold_kptsFunction · 0.45
add_skeletonFunction · 0.45
customized_colormapFunction · 0.45
__init__Method · 0.45
_generic2madlcFunction · 0.45
_generic2sdlcFunction · 0.45

Calls

no outgoing calls

Tested by 6

mainFunction · 0.36
CuttrainingscheduleFunction · 0.36
mainFunction · 0.36