MCPcopy Create free account
hub / github.com/EryiXie/PlaneRecNet / push

Method push

eval.py:264–265  ·  view source on GitHub ↗
(self, score: float, is_true: bool)

Source from the content-addressed store, hash-verified

262 self.num_gt_positives = 0
263
264 def push(self, score: float, is_true: bool):
265 self.data_points.append((score, is_true))
266
267 def add_gt_positives(self, num_positives: int):
268 """ Call this once per image. """

Callers 1

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected