Spaces:
Sleeping
Sleeping
Update Yolov5_Deepsort/utils/autoanchor.py
Browse files
Yolov5_Deepsort/utils/autoanchor.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
import yaml
|
6 |
from tqdm import tqdm
|
7 |
|
8 |
-
from utils.general import colorstr
|
9 |
|
10 |
|
11 |
def check_anchor_order(m):
|
|
|
5 |
import yaml
|
6 |
from tqdm import tqdm
|
7 |
|
8 |
+
from Yolov5_Deepsort.utils.general import colorstr
|
9 |
|
10 |
|
11 |
def check_anchor_order(m):
|