Running the script will throw some erros about image channel (e.g., image.shape[2]).
It seems that SoM+SAM tool doesn't support grayscale image currently.
Is there a mistake in my usage?
Does directly modifying some code to support grayscale maps affect the performance of SoM+SAM? For example:
Hi @jwyang I tested SoM+SAM with a script:
Running the script will throw some erros about image channel (e.g., image.shape[2]). It seems that SoM+SAM tool doesn't support grayscale image currently. Is there a mistake in my usage?
Does directly modifying some code to support grayscale maps affect the performance of SoM+SAM? For example: