MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / get_predictions

Method get_predictions

deeplabcut/benchmark/base.py:56–58  ·  view source on GitHub ↗

Return predictions for all images in the benchmark.

(self)

Source from the content-addressed store, hash-verified

54
55 @abc.abstractmethod
56 def get_predictions(self):
57 """Return predictions for all images in the benchmark."""
58 raise NotImplementedError()
59
60 def __init__(self):
61 keys = ["code", "name", "keypoints", "ground_truth", "metadata"]

Callers 1

evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected