I run with no_segement_analysis = False and get this error
ValueError: n_components=4 must be between 0 and min(n_samples, n_features)=2 with svd_solver='full'
So I set n_components = 2 and the code worked but the result is only half of the image.
I am wondering why this happens.
