basilshaji commited on
Commit
7bc8c1c
·
verified ·
1 Parent(s): 14c8920

Update yolov5/utils/autoanchor.py

Browse files
Files changed (1) hide show
  1. yolov5/utils/autoanchor.py +2 -2
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