image-segmentation-keras
image-segmentation-keras copied to clipboard
Assertion error
python -m keras_segmentation
Hi, Could you share the complete error you are receiving and the full command which can reproduce the error.
Hii, I am not getting how to use segnet model from keras-segmentation, I tried to run cli_interface file but getting assertion error. Could you please help how can I train segnet on my dataset using keras-segmention
Also, I am using tif images and data_loader is not recognizing them
Currently tif images are not included in the supported extensions list. A wayaround would be to change this line Or convert the images to .png format.