Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
67
def
load_config(filename=
"pose_cfg.yaml"
):
68
return
cfg_from_file(filename)
69
70
71
if
__name__ ==
"__main__"
:
Callers
15
display_dataset
Function · 0.90
load_model
Function · 0.90
extract_maps
Function · 0.90
create_tracking_dataset
Function · 0.90
analyze_videos
Function · 0.90
analyze_time_lapse_frames
Function · 0.90
convert_detections2tracklets
Function · 0.90
video_inference
Function · 0.90
train
Function · 0.90
evaluate_multianimal_full
Function · 0.90
test_net
Function · 0.90
train
Function · 0.90
Calls
1
cfg_from_file
Function · 0.85
Tested by
1
test_net
Function · 0.72