nikhilroxtomar / Polyp-Segmentation-using-UNET-in-TensorFlow-2.0

Implementing polyp segmentation using the U-Net and CVC-612 dataset.
https://idiotdeveloper.com/polyp-segmentation-using-unet-in-tensorflow-2/
MIT License
66 stars 30 forks source link

predict.py error #6

Open masaf83 opened 2 years ago

masaf83 commented 2 years ago

Hi there,

When I run the predict.py script I get this error" TypeError: '<' not supported between instances of 'function' and 'str'". I was wondering if you have any thoughts on this issue? Thanks