naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy
https://dust3r.europe.naverlabs.com/
Other
4.65k stars 515 forks source link

Implement case-insensitive file extension checking #46

Closed wzy-99 closed 3 months ago

wzy-99 commented 3 months ago

The previous implementation of file extension checking was case-sensitive, which could lead to issues on file systems that are case-insensitive. This commit addresses this by introducing lower() to ensure that file extensions are compared in a case-insensitive manner.