basilshaji
commited on
Update yolov5/utils/autoanchor.py
Browse files
yolov5/utils/autoanchor.py
CHANGED
@@ -8,8 +8,8 @@ import torch
|
|
8 |
import yaml
|
9 |
from tqdm import tqdm
|
10 |
|
11 |
-
from utils import TryExcept
|
12 |
-
from utils.general import LOGGER, TQDM_BAR_FORMAT, colorstr
|
13 |
|
14 |
PREFIX = colorstr("AutoAnchor: ")
|
15 |
|
|
|
8 |
import yaml
|
9 |
from tqdm import tqdm
|
10 |
|
11 |
+
from yolov5.utils import TryExcept
|
12 |
+
from yolov5.utils.general import LOGGER, TQDM_BAR_FORMAT, colorstr
|
13 |
|
14 |
PREFIX = colorstr("AutoAnchor: ")
|
15 |
|