MCPcopy
hub / github.com/dbolya/yolact / push

Method push

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

Source from the content-addressed store, hash-verified

521 self.num_gt_positives = 0
522
523 def push(self, score:float, is_true:bool):
524 self.data_points.append((score, is_true))
525
526 def add_gt_positives(self, num_positives:int):
527 """ Call this once per image. """

Callers 15

prep_metricsFunction · 0.80
renderFunction · 0.80
jquery.jsFile · 0.80
oeFunction · 0.80
tFunction · 0.80
weFunction · 0.80
TeFunction · 0.80
CeFunction · 0.80
oFunction · 0.80
kFunction · 0.80
SFunction · 0.80
xeFunction · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected