basilshaji
commited on
Update yolov5/utils/loss.py
Browse files- yolov5/utils/loss.py +1 -1
yolov5/utils/loss.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
import torch
|
5 |
import torch.nn as nn
|
6 |
|
7 |
-
from utils.metrics import bbox_iou
|
8 |
from utils.torch_utils import de_parallel
|
9 |
|
10 |
|
|
|
4 |
import torch
|
5 |
import torch.nn as nn
|
6 |
|
7 |
+
from yolov5.utils.metrics import bbox_iou
|
8 |
from utils.torch_utils import de_parallel
|
9 |
|
10 |
|