DekuLiuTesla / CityGaussian

CityGaussian Series for High-quality Large-Scale Scene Reconstruction with Gaussians
https://dekuliutesla.github.io/CityGaussianV2
Other
450 stars 29 forks source link

Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K. #10

Closed zihaohi closed 2 months ago

zihaohi commented 2 months ago

When I was training the MatrixCity_aerial, I encountered the following error: Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K. If this is not desired, please explicitly specify ‘–resolution/-r’ as 1

7yzx commented 2 months ago

This not a error , just telling you the input images resolution is large. You can find it in https://github.com/DekuLiuTesla/CityGaussian/blob/e37837119ff87acf910b28da5da4ed73bae69429/utils/camera_utils.py#L31

zihaohi commented 2 months ago

Thanks a lot!