Spaces:
Runtime error
Runtime error
Commit
·
269a011
1
Parent(s):
7f97c98
fixed issue with track.py import
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from utils.plots import plot_one_box
|
|
11 |
from utils.torch_utils import time_synchronized
|
12 |
import time
|
13 |
from ultralytics import YOLO
|
14 |
-
import
|
15 |
|
16 |
def letterbox(im, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleup=True, stride=32):
|
17 |
# Resize and pad image while meeting stride-multiple constraints
|
|
|
11 |
from utils.torch_utils import time_synchronized
|
12 |
import time
|
13 |
from ultralytics import YOLO
|
14 |
+
from track import MOT
|
15 |
|
16 |
def letterbox(im, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleup=True, stride=32):
|
17 |
# Resize and pad image while meeting stride-multiple constraints
|