Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def detect(img,model):
|
|
91 |
from lib.dataset import LoadImages, LoadStreams
|
92 |
from lib.core.general import non_max_suppression, scale_coords
|
93 |
from lib.utils import plot_one_box,show_seg_result
|
94 |
-
from lib.core.postprocess import morphological_process, connect_lane
|
95 |
from tqdm import tqdm
|
96 |
normalize = transforms.Normalize(
|
97 |
mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]
|
|
|
91 |
from lib.dataset import LoadImages, LoadStreams
|
92 |
from lib.core.general import non_max_suppression, scale_coords
|
93 |
from lib.utils import plot_one_box,show_seg_result
|
94 |
+
#from lib.core.postprocess import morphological_process, connect_lane
|
95 |
from tqdm import tqdm
|
96 |
normalize = transforms.Normalize(
|
97 |
mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]
|