FilippoAleotti / mobilePydnet

Pydnet on mobile devices
Apache License 2.0
254 stars 40 forks source link

Input image dimensions #8

Closed ofirkris closed 4 years ago

ofirkris commented 4 years ago

Hi, thanks for sharing this great project. How is it possible to train the model on images with height and width multiples of 8 rather than 64px?

FilippoAleotti commented 4 years ago

Hi, In this case, you have to change the architecture of the network avoiding to downscale excessively the resolution in the encoder phase.