hszhao / ICNet

ICNet for Real-Time Semantic Segmentation on High-Resolution Images, ECCV2018

Home Page:https://hszhao.github.io/projects/icnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xhsoldier opened this issue · comments

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.

commented

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