Update yolov5/utils/general.py
Browse files- yolov5/utils/general.py +2 -2
yolov5/utils/general.py
CHANGED
|
@@ -46,8 +46,8 @@ except (ImportError, AssertionError):
|
|
| 46 |
from ultralytics.utils.checks import check_requirements
|
| 47 |
|
| 48 |
from yolov5.utils import TryExcept, emojis
|
| 49 |
-
from utils.downloads import curl_download, gsutil_getsize
|
| 50 |
-
from utils.metrics import box_iou, fitness
|
| 51 |
|
| 52 |
FILE = Path(__file__).resolve()
|
| 53 |
ROOT = FILE.parents[1] # YOLOv5 root directory
|
|
|
|
| 46 |
from ultralytics.utils.checks import check_requirements
|
| 47 |
|
| 48 |
from yolov5.utils import TryExcept, emojis
|
| 49 |
+
from yolov5.utils.downloads import curl_download, gsutil_getsize
|
| 50 |
+
from yolov5.utils.metrics import box_iou, fitness
|
| 51 |
|
| 52 |
FILE = Path(__file__).resolve()
|
| 53 |
ROOT = FILE.parents[1] # YOLOv5 root directory
|