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

Method read_config

deeplabcut/utils/skeleton.py:158–159  ·  view source on GitHub ↗
(self, config_path)

Source from the content-addressed store, hash-verified

156 self.fig.canvas.draw_idle()
157
158 def read_config(self, config_path):
159 return read_config(config_path)
160
161 def write_config(self, config_path, cfg):
162 write_config(config_path, cfg)

Callers 9

create_labeled_videoFunction · 0.45
keypoint_matchingFunction · 0.45
plot_trajectoriesFunction · 0.45
returnlabelingdataFunction · 0.45
convert2_maDLCFunction · 0.45
convertcsv2h5Function · 0.45

Calls 1

read_configFunction · 0.70

Tested by

no test coverage detected