see-insight / see-segment

Simple Evolutionary Exploration - Image Segmentation
MIT License
6 stars 21 forks source link

SLic Algorithm is having trouble with 2-channel images #103

Open bhardw41 opened 1 year ago

bhardw41 commented 1 year ago

THe Slic algorithm errors when we send it a two channel input image. IT looks like it can be fixed by adding the following to line 394:

channel_axis=None

We should doublecheck and make sure that is correct.