Spaces:
Runtime error
Runtime error
sunshineatnoon
commited on
Commit
•
124daf8
1
Parent(s):
4514ce1
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ from libs.test_base import TesterBase
|
|
19 |
from libs.utils import colorEncode, label2one_hot_torch
|
20 |
from tqdm import tqdm
|
21 |
from libs.options import BaseOptions
|
22 |
-
from skimage.segmentation import mark_boundaries
|
23 |
import torch.nn.functional as F
|
24 |
from libs.nnutils import poolfeat, upfeat
|
25 |
|
|
|
19 |
from libs.utils import colorEncode, label2one_hot_torch
|
20 |
from tqdm import tqdm
|
21 |
from libs.options import BaseOptions
|
|
|
22 |
import torch.nn.functional as F
|
23 |
from libs.nnutils import poolfeat, upfeat
|
24 |
|