Skip to content

Commit

Permalink
fix: tifffile import
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Oct 5, 2024
1 parent 3a88b63 commit 77f16c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data/aligned_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from data.utils import load_image
from data.image_folder import make_dataset
from PIL import Image

import tifffile

class AlignedDataset(BaseDataset):
"""A dataset class for paired image dataset.
Expand Down
2 changes: 0 additions & 2 deletions data/base_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
import imgaug.augmenters as iaa
import os
import warnings
import tifffile


class BaseDataset(data.Dataset, ABC):
"""This class is an abstract base class (ABC) for datasets.
Expand Down

0 comments on commit 77f16c9

Please sign in to comment.