Skip to content

Commit 5d3166d

Browse files
authored
Update yolo.py
1 parent 075697b commit 5d3166d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/yolo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from models.common import *
1212
from models.experimental import *
1313
from utils.autoanchor import check_anchor_order
14-
from utils.general import make_divisible, check_file, set_logging
14+
from utils.general import make_divisible, check_file, set_logging, xywh2xyxy
1515
from utils.torch_utils import time_synchronized, fuse_conv_and_bn, model_info, scale_img, initialize_weights, \
1616
select_device, copy_attr
1717

0 commit comments

Comments
 (0)