naver / dust3r

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

Questions on image pre-processing #99

Open shiukaheng opened 2 months ago

shiukaheng commented 2 months ago

Currently reading through the code. Wondering why during image import (dust3r/dust3r/utils/image.py) we forcefully resize square images and change their aspect ratio to be rectangular? Thanks in advance.