Results 21 comments of NelsonGon

I have partially solved this(for now) although I still get wrong predictions sometimes. You can try to see if [it](https://github.com/Nelson-Gon/unet/) works for you or if you can improve it.

I think this is the wrong repository. As far as I am aware, this does not use any caffemodels. Perhaps you meant to open an issue at the original authors'...

I have compiled a list of frequently asked questions that I have encountered. You can find it [here](https://github.com/Nelson-Gon/cytounet/wiki). Hope it helps!

Could you add a sample of your code? This is probably to do with using the wrong input shape or using a pretrained model whose weights expect different shapes. Hard...

You need to reshape your images to the target size (256,256) or change the target size. You can try to use my [fork](https://github.com/Nelson-Gon/unet) and see if it works for you.

You should avoid using `/= 255`. I have solved this [here](https://github.com/Nelson-Gon/unet). Note that this is a work in progress so it may fail. However, your error is to do with...

Please find them [here](https://github.com/Nelson-Gon/unet/blob/master/requirements.txt). Those are what are working for me.(python 3.6)

Hi, I was interested in this. Is it finally implemented in the package, specifically for KEGG?

Did you figure out how to solve this beyond removing from dependencies?