Fix import in utils
Former-commit-id: faa6e13ea9b53d6773e465a2a60617ffc3d27939
This commit is contained in:
parent
4e638b47de
commit
ce4567c908
|
@ -10,8 +10,7 @@ from torchvision import transforms
|
||||||
|
|
||||||
from utils.data_loading import BasicDataset
|
from utils.data_loading import BasicDataset
|
||||||
from unet import UNet
|
from unet import UNet
|
||||||
from utils import plot_img_and_mask
|
from utils.utils import plot_img_and_mask
|
||||||
|
|
||||||
|
|
||||||
def predict_img(net,
|
def predict_img(net,
|
||||||
full_img,
|
full_img,
|
||||||
|
|
Loading…
Reference in a new issue