Spaces:
Runtime error
Runtime error
Commit
·
94bc1da
1
Parent(s):
032bbfd
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,9 @@ from utils.general import check_img_size, check_requirements, check_imshow, non_
|
|
17 |
from utils.plots import plot_one_box
|
18 |
from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
|
19 |
from PIL import Image
|
20 |
-
|
|
|
|
|
21 |
from huggingface_hub import hf_hub_download
|
22 |
|
23 |
def load_model(model_name):
|
|
|
17 |
from utils.plots import plot_one_box
|
18 |
from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
|
19 |
from PIL import Image
|
20 |
+
|
21 |
+
from sort import *
|
22 |
+
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
def load_model(model_name):
|