jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Issues with import: Colab #295

Closed Nelson-Gon closed 4 years ago

Nelson-Gon commented 4 years ago

Hello,

I am unable to import any module.

I installed as follows:

! pip install  git+https://github.com/jakeret/tf_unet.git

Output from grepping for unet:

! pip list | grep unet

tf-unet                  0.1.2    

Attempts to import:

from tf_unet import image_gen
from tf_unet import unet
from tf_unet import util

The above fails with:

from tf_unet import image_gen from tf_unet import unet from tf_unet import util

I also tried glob imports but it seems all is not defined and that didn't work either.

What am I missing? Python version: 3.6.9

Thank you

Nelson-Gon commented 4 years ago

Needed to restart runtime.