PeterL1n / BackgroundMattingV2

Real-Time High-Resolution Background Matting
MIT License
6.85k stars 952 forks source link

dataset.images.ImageDataset is sensitive to files with upper case letters in extension #51

Closed kasperschnack closed 3 years ago

kasperschnack commented 3 years ago

img.PNG or img.Jpg isn't picked up by

[
                *glob.glob(os.path.join(root, "**", "*.jpg"), recursive=True),
                *glob.glob(os.path.join(root, "**", "*.png"), recursive=True),
 ]