hszhao / ICNet

ICNet for Real-Time Semantic Segmentation on High-Resolution Images, ECCV2018
https://hszhao.github.io/projects/icnet
607 stars 199 forks source link

I have converted to python, but can only input 1025*2049 size image #13

Open xhsoldier opened 7 years ago

xhsoldier commented 7 years ago

I write a python script to test the pre-trained model. But, I can only do test on resolution of 1025*2049 images, other resolution does not work.

hellochick commented 6 years ago

Hey @xhsoldier , I have tried to implement on tensorflow, and it can work with different resolution. You can take a look on it