When I try to import the library by running the following command I get an error:
import segmentation_models as sm
And here is the error I get:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-2-93aee672c619>](https://localhost:8080/#) in <module>()
----> 1 import segmentation_models as sm
2
ModuleNotFoundError: No module named 'segmentation_models'
I have tried few other methods for installation but I am still getting the same error.
I tried to replicate the example given in a Google Colab Environment.
Here is the installation of I followed:
Here is the output I got:
When I try to import the library by running the following command I get an error:
And here is the error I get:
I have tried few other methods for installation but I am still getting the same error.