Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ import cv2
|
|
20 |
import torch
|
21 |
import numpy as np
|
22 |
from numpy import random
|
|
|
23 |
from models.experimental import attempt_load
|
24 |
from utils.datasets import LoadStreams, LoadImages
|
25 |
from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier,scale_coords, xyxy2xywh, strip_optimizer, set_logging, increment_path
|
|
|
20 |
import torch
|
21 |
import numpy as np
|
22 |
from numpy import random
|
23 |
+
from . import models
|
24 |
from models.experimental import attempt_load
|
25 |
from utils.datasets import LoadStreams, LoadImages
|
26 |
from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier,scale_coords, xyxy2xywh, strip_optimizer, set_logging, increment_path
|