Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,12 @@ import torch
|
|
15 |
import torch.backends.cudnn as cudnn
|
16 |
from numpy import random
|
17 |
|
18 |
-
from models.experimental import attempt_load
|
19 |
-
from utils.datasets import LoadStreams, LoadImages
|
20 |
-
from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier, \
|
21 |
-
scale_coords, xyxy2xywh, strip_optimizer, set_logging, increment_path
|
22 |
-
from utils.plots import plot_one_box
|
23 |
-
from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
|
24 |
|
25 |
from utils.functions import \
|
26 |
time_synchronized,select_device, increment_path,\
|
|
|
15 |
import torch.backends.cudnn as cudnn
|
16 |
from numpy import random
|
17 |
|
18 |
+
#from models.experimental import attempt_load
|
19 |
+
#from utils.datasets import LoadStreams, LoadImages
|
20 |
+
#from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier, \
|
21 |
+
#scale_coords, xyxy2xywh, strip_optimizer, set_logging, increment_path
|
22 |
+
#from utils.plots import plot_one_box
|
23 |
+
#from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
|
24 |
|
25 |
from utils.functions import \
|
26 |
time_synchronized,select_device, increment_path,\
|