ubc-vision / COTR

Code release for "COTR: Correspondence Transformer for Matching Across Images"(ICCV 2021)
Apache License 2.0
460 stars 58 forks source link

About Image Size #38

Closed Easonyesheng closed 2 years ago

Easonyesheng commented 2 years ago

Hi~ I want to know what the image size is recommended for single pair matching. Thanks.

jiangwei221 commented 2 years ago

There is no limitation on the image resolution if using the recurrent zoom-in strategy. All cropped patches will be processed at 256x256.

Easonyesheng commented 2 years ago

I got it. Thanks.