kakaxi314 / BP-Net

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

how to set correct image shape for custom data #8

Open wuzirui opened 2 months ago

wuzirui commented 2 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 2 months ago

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