Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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_video
Function · 0.45
create_video_with_all_detections
Function · 0.45
keypoint_matching
Function · 0.45
plot_trajectories
Function · 0.45
returnlabelingdata
Function · 0.45
convert2_maDLC
Function · 0.45
convert_single2multiplelegacyAM
Function · 0.45
convertcsv2h5
Function · 0.45
adapt_labeled_data_to_new_project
Function · 0.45
Calls
1
read_config
Function · 0.70
Tested by
no test coverage detected