Commit 9abf0a34 authored by Ashok M's avatar Ashok M Committed by Francisco Massa
Browse files

Added missing dot in image extensions (#836)

parent 6cabab3a
...@@ -139,7 +139,7 @@ class DatasetFolder(VisionDataset): ...@@ -139,7 +139,7 @@ class DatasetFolder(VisionDataset):
return len(self.samples) return len(self.samples)
IMG_EXTENSIONS = ('.jpg', '.jpeg', '.png', '.ppm', '.bmp', '.pgm', '.tif', '.tiff', 'webp') IMG_EXTENSIONS = ('.jpg', '.jpeg', '.png', '.ppm', '.bmp', '.pgm', '.tif', '.tiff', '.webp')
def pil_loader(path): def pil_loader(path):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment