TRI-ML / dgp

ML Dataset Governance Policy for Autonomous Vehicle Datasets
https://tri-ml.github.io/dgp/
MIT License
94 stars 62 forks source link

fix: supported extensions in compute_image_statistics method #130

Closed yuta-tsuzuki-woven closed 1 year ago

yuta-tsuzuki-woven commented 1 year ago

Some ML teams are handling image data with uppercase extensions such as .JPG, .PNG. If there are no negative effects, I would like to support such uppercase extensions in compute_image_statistics method.


This change is Reviewable