Automating machine learning segmentation and restoration in ImageJ / Fiji

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 3

  • @ShamirMontazid
    @ShamirMontazid Рік тому

    Thanks, Luke. This was a great starting point for using Deep Learning for my image analysis! Keep the videos coming.,

  • @LordNorbert
    @LordNorbert Рік тому

    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!

  • @giang2110
    @giang2110 Рік тому

    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.