Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ _get_unique_level_values
Function
_get_unique_level_values
deeplabcut/benchmark/metrics.py:54–55 ·
view source on GitHub ↗
(header, level)
Source
from the content-addressed store, hash-verified
52
53
54
def
_get_unique_level_values(header, level):
55
return
header.get_level_values(level).unique().to_list()
56
57
58
def
calc_prediction_errors(preds, gt):
Callers
1
_format_gt_data
Function · 0.85
Calls
1
unique
Method · 0.80
Tested by
no test coverage detected