kangpeilun / VastGaussian

This is an unofficial Implementation
Apache License 2.0
273 stars 23 forks source link

Image file suffix case issue #19

Open FairySunny opened 2 weeks ago

FairySunny commented 2 weeks ago

Function data_partition in file utils/partition_utils.py hardcodes image file suffix as .jpg, which will cause problem when the image file suffix in the COLMAP images.bin file is uppercase .JPG.

kangpeilun commented 2 weeks ago

This is a relatively minor issue, which I will try to fix later