Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error import modules #1

Open
LiliGuimaraes opened this issue Nov 28, 2018 · 0 comments
Open

Error import modules #1

LiliGuimaraes opened this issue Nov 28, 2018 · 0 comments

Comments

@LiliGuimaraes
Copy link

LiliGuimaraes commented Nov 28, 2018

Olá,
Ao tentar construir datasets to train, eu tive o seguintes erros:

$ python3 run.py --mode=generate --image=image1.tif --labels=image1_labels.tif --output=train.h5 --chip_size=512 --channels=4 --grids=2 --rotate=true

Traceback (most recent call last):
  File "run.py", line 14, in <module>
    from models import unet, unet_lapig, deeplab
  File "/home/lili/work/learning-ml/dl-agriculture/models/unet_lapig.py", line 2, in <module>
    import image_utils

  File "/home/lili/work/learning-ml/dl-agriculture/image_utils.py", line 10, in <module>
    from skimage.transform import resize, rotate
ModuleNotFoundError: No module named 'skimage'

Tentei solucionar com:
reinstalando o scikit-image: sudo apt-get install python3-matplotlib python3-numpy python3-pil python3-scipy python3-tk

Pode me auxiliar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant