assignment-a3: fix imports
This commit is contained in:
@@ -4,7 +4,7 @@ from PIL import Image
|
||||
from typing import Tuple
|
||||
import torch
|
||||
from torch.utils.data import DataLoader
|
||||
from a3.annotation import read_groundtruth_file
|
||||
from .annotation import read_groundtruth_file
|
||||
from torchvision import transforms
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user