This is a great resource for starting to train your own network. Thanks for that! I have a question: When beginning to train a network (say CSBDeep), is it important to choose the right type of network for the type of image or the type of object we want to segment? For example, does CSBDeep only work well for cell-like objects? Or can it be trained, say, to segment C-shaped objects in a CT scan? If not CSBDeep, what would be an appropriate model to train for that scenario? Thanks a lot in advance!
Thank you for sharing your expertise. I tried to write a function similar to the Ilastik_Processing at 38:01 and ran it on a PC. Everything worked fine until the command on line 150: runilastik = input + "Ilastikrun.bat" with the error message: Error: '(' expected in line xxx: (called from line xxx) (called from line xxx)
runilastik input + "Ilastikrun.bat" ; Outside of the function, I have put input = input + "/". Please, advise what the reason could be and how to fix it. Many thanks.
Thanks, Luke. This was a great starting point for using Deep Learning for my image analysis! Keep the videos coming.,
This is a great resource for starting to train your own network. Thanks for that!
I have a question: When beginning to train a network (say CSBDeep), is it important to choose the right type of network for the type of image or the type of object we want to segment? For example, does CSBDeep only work well for cell-like objects? Or can it be trained, say, to segment C-shaped objects in a CT scan?
If not CSBDeep, what would be an appropriate model to train for that scenario?
Thanks a lot in advance!
Thank you for sharing your expertise. I tried to write a function similar to the Ilastik_Processing at 38:01 and ran it on a PC. Everything worked fine until the command on line 150: runilastik = input + "Ilastikrun.bat" with the error message: Error: '(' expected in line xxx:
(called from line xxx)
(called from line xxx)
runilastik input + "Ilastikrun.bat" ;
Outside of the function, I have put input = input + "/".
Please, advise what the reason could be and how to fix it.
Many thanks.