Skip to content

Commit

Permalink
Add tiff in IMG_EXTENSIONS (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
okotaku authored Nov 15, 2021
1 parent bb74019 commit dcd0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmedit/datasets/base_sr_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .base_dataset import BaseDataset

IMG_EXTENSIONS = ('.jpg', '.JPG', '.jpeg', '.JPEG', '.png', '.PNG', '.ppm',
'.PPM', '.bmp', '.BMP')
'.PPM', '.bmp', '.BMP', '.tif', '.TIF', '.tiff', '.TIFF')


class BaseSRDataset(BaseDataset):
Expand Down

0 comments on commit dcd0cd9

Please sign in to comment.