pull/12/head
xiaohangzhan 2020-06-24 13:59:02 +08:00
parent d01581cf80
commit 6891da7612
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from PIL import Image
from .registry import DATASETS
from .base import BaseDataset

View File

@ -1,3 +1,4 @@
from PIL import Image
from .registry import DATASETS
from .base import BaseDataset

View File

@ -1,4 +1,5 @@
import torch
from PIL import Image
from .registry import DATASETS
from .base import BaseDataset