We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5510f02 commit 564da98Copy full SHA for 564da98
1 file changed
partinet/DynamicDet/models/yolo.py
@@ -240,7 +240,6 @@ def forward_once(self, x, profile=False):
240
self.get_score = False
241
if self.get_score:
242
return score
243
- print(f"This micrograph has difficulty score {score[:, 0][0]} for threshold {self.dy_thres}\n")
244
need_second = self.training or (not self.dynamic) or score[:, 0] < self.dy_thres
245
need_first_head = self.training or (self.dynamic and score[:, 0] >= self.dy_thres)
246
0 commit comments