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 7, 2024
1 parent 3a88b63 commit a09b5ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions data/aligned_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from data.utils import load_image
from data.image_folder import make_dataset
from PIL import Image
import tifffile


class AlignedDataset(BaseDataset):
Expand Down
1 change: 0 additions & 1 deletion data/base_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import imgaug.augmenters as iaa
import os
import warnings
import tifffile


class BaseDataset(data.Dataset, ABC):
Expand Down

0 comments on commit a09b5ed

Please sign in to comment.