When I want to import Segmentation models in Colab, I face this error:
"RecursionError: maximum recursion depth exceeded in comparison".
. How can I fix this issue?
!pip install segmentation-models
!pip install tensorflow==2.1.0
!pip install keras==2.3.1
import tensorflow as tf
import segmentation_models as sm