未验证 提交 9b6b3844 编写于 作者: B Bubbliiiing 提交者: GitHub

Update yolo_training.py

上级 8f2eeedc
......@@ -18,7 +18,7 @@ class YOLOLoss(nn.Module):
self.anchors_mask = anchors_mask
self.label_smoothing = label_smoothing
self.ignore_threshold = 0.7
self.ignore_threshold = 0.5
self.cuda = cuda
def clip_by_tensor(self, t, t_min, t_max):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册