We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
sudo apt-get install python3-matplotlib python3-numpy python3-pil python3-scipy python3-tk
Pode me auxiliar?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Olá,
Ao tentar construir datasets to train, eu tive o seguintes erros:
Tentei solucionar com:
reinstalando o scikit-image:
sudo apt-get install python3-matplotlib python3-numpy python3-pil python3-scipy python3-tk
Pode me auxiliar?
The text was updated successfully, but these errors were encountered: