kakaxi314 / BP-Net

Implementation of our paper 'Bilateral Propagation Network for Depth Completion'
MIT License
84 stars 7 forks source link

how to set correct image shape for custom data #8

Open wuzirui opened 5 months ago

wuzirui commented 5 months ago

Hi, thanks for the great work! Just wonder how I should resize my image (say, the original size is 1920x1080) to avoid errors like this: image

kakaxi314 commented 5 months ago

The input resolution is a multiple of 32. (e.g. 1920x1088 or 1920x1056).