image-segmentation-keras icon indicating copy to clipboard operation
image-segmentation-keras copied to clipboard

Assertion error

Open ayushgoyal9991 opened this issue 5 years ago • 4 comments
trafficstars

python -m keras_segmentation

ayushgoyal9991 avatar Jun 12 '20 12:06 ayushgoyal9991

Hi, Could you share the complete error you are receiving and the full command which can reproduce the error.

divamgupta avatar Jun 12 '20 16:06 divamgupta

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

ayushgoyal9991 avatar Jun 14 '20 10:06 ayushgoyal9991

Also, I am using tif images and data_loader is not recognizing them

ayushgoyal9991 avatar Jun 14 '20 12:06 ayushgoyal9991

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.

divamgupta avatar Jun 16 '20 19:06 divamgupta