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

Method compute_pose_map

deeplabcut/benchmark/base.py:71–74  ·  view source on GitHub ↗
(self, results_objects)

Source from the content-addressed store, hash-verified

69 )
70
71 def compute_pose_map(self, results_objects):
72 return deeplabcut.benchmark.metrics.calc_map_from_obj(
73 results_objects, h5_file=self.ground_truth, metadata_file=self.metadata
74 )
75
76 def evaluate(self, name: str, on_error="raise"):
77 """Evaluate this benchmark with all registered methods."""

Callers 1

evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected