Ladies and Gentlemen,
thank you for sharing this very interesting work. I'm not a specialist in neural networks but anyway very interested in trying to apply your method.
I updated and installed all required packeges, using pip(3) and python 3.9.5. However, using the example from the folder "Archive/Automatic_SEM_Image_Segmentation' I'm getting the error:
File "C:\Users***\Desktop\automatic-sem-image-segmentation-master\Archive\Automatic_SEM_Image_Segmentation\startProcess.py", line 347, in
imgTiles = imgTiles.reshape([imgTiles.shape[0], imgTiles.shape[1], imgTiles.shape[2], 1]) / 255.0
IndexError: tuple index out of range
As the template is used right as is I can not figure out what's causing the problem here. Any suggestion is very welcome, thank you in advance!
Ladies and Gentlemen,
thank you for sharing this very interesting work. I'm not a specialist in neural networks but anyway very interested in trying to apply your method.
I updated and installed all required packeges, using pip(3) and python 3.9.5. However, using the example from the folder "Archive/Automatic_SEM_Image_Segmentation' I'm getting the error:
File "C:\Users***\Desktop\automatic-sem-image-segmentation-master\Archive\Automatic_SEM_Image_Segmentation\startProcess.py", line 347, in
imgTiles = imgTiles.reshape([imgTiles.shape[0], imgTiles.shape[1], imgTiles.shape[2], 1]) / 255.0
IndexError: tuple index out of range
As the template is used right as is I can not figure out what's causing the problem here. Any suggestion is very welcome, thank you in advance!