Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ from lib.models import get_net
|
|
22 |
import torchvision.transforms as transforms
|
23 |
from lib.dataset.DemoDataset import LoadImages as LoadImages1
|
24 |
#from lib.core.general import non_max_suppression, scale_coords
|
25 |
-
from lib.utils.plot import plot_one_box
|
|
|
26 |
from tqdm import tqdm
|
27 |
|
28 |
from utils.functions import \
|
|
|
22 |
import torchvision.transforms as transforms
|
23 |
from lib.dataset.DemoDataset import LoadImages as LoadImages1
|
24 |
#from lib.core.general import non_max_suppression, scale_coords
|
25 |
+
from lib.utils.plot import plot_one_box as plot_one_box1
|
26 |
+
from lib.utils.plot import show_seg_result as show_seg_result1
|
27 |
from tqdm import tqdm
|
28 |
|
29 |
from utils.functions import \
|