Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iscyy committed Aug 17, 2022
1 parent 0ca7cf8 commit cd14572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from utils.metrics import bbox_iou, box_iou, bbox_alpha_iou
from utils.torch_utils import de_parallel, is_parallel
from utils.general import xywh2xyxy
from utils.yolov6official import Computev6Loss
import torch.nn.functional as F

def smooth_BCE(eps=0.1): # https://github.com/ultralytics/yolov3/issues/238#issuecomment-598028441
Expand Down

0 comments on commit cd14572

Please sign in to comment.