Spaces:
Sleeping
Sleeping
Update Yolov5_Deepsort/utils/plots.py
Browse files
Yolov5_Deepsort/utils/plots.py
CHANGED
@@ -17,8 +17,8 @@ import torch
|
|
17 |
import yaml
|
18 |
from PIL import Image, ImageDraw, ImageFont
|
19 |
|
20 |
-
from utils.general import xywh2xyxy, xyxy2xywh
|
21 |
-
from utils.metrics import fitness
|
22 |
|
23 |
# Settings
|
24 |
matplotlib.rc('font', **{'size': 11})
|
|
|
17 |
import yaml
|
18 |
from PIL import Image, ImageDraw, ImageFont
|
19 |
|
20 |
+
from Yolov5_Deepsort.utils.general import xywh2xyxy, xyxy2xywh
|
21 |
+
from Yolov5_Deepsort.utils.metrics import fitness
|
22 |
|
23 |
# Settings
|
24 |
matplotlib.rc('font', **{'size': 11})
|