irolaina / FCRN-DepthPrediction

Deeper Depth Prediction with Fully Convolutional Residual Networks (FCRN)
BSD 2-Clause "Simplified" License
1.11k stars 313 forks source link

How should the input size be filled #93

Open candrwow opened 4 years ago

candrwow commented 4 years ago

I see default input size is 304228,but use this to tensorflow savedmodel or mobile model,I need to specify the input size,always pic is not 304228,I scale it and fill it with rgb(255,255,255),but this will make result accuracy low,so how to adjust input image?