segmentation_models.pytorch
segmentation_models.pytorch copied to clipboard
ModuleNotFoundError: No module named 'segmentation_models_pytorch.datasets'
Line from the official example giving error
from segmentation_models_pytorch.datasets import SimpleOxfordPetDataset
Produces
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-2-f85748ad8193>](https://localhost:8080/#) in <module>()
----> 1 from segmentation_models_pytorch.datasets import SimpleOxfordPetDataset
ModuleNotFoundError: No module named 'segmentation_models_pytorch.datasets'
Install latest version from github:
!pip install -U git+https://github.com/qubvel/segmentation_models.pytorch
Hello,I ran this command '!pip install -U git+https://github.com/qubvel/segmentation_models.pytorch',but it's still didn't work,can you help me?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.