280 - Custom object segmentation using StarDist library in python

Поделиться
HTML-код
  • Опубликовано: 30 дек 2024
  • НаукаНаука

Комментарии • 31

  • @willberger96
    @willberger96 Год назад +1

    Thank you for the intro to StarDist! A great tool for our data science toolbelt!

  • @rahulds001
    @rahulds001 2 года назад +3

    Sir we are very grateful to you for bringing these topics. One thing I would like to bring into your notice that we the remote sensing students who deal with satellite imagery we have no idea how to create the patch and mask for U-net segmentation as everyone works with available dataset and satellite imageries are geoTiff files. It would be very beneficial if you come out with this topic and also taking a specific objective like segmenting the water bodies or landslides in an satellite imagery using Unet algorithm. Thank you

    • @racos01
      @racos01 2 года назад

      hey if you're looking on how to create your dataset of masks e.g. for water bodies, you can look up on previous videos of his titled "labelling images for semantic segmentation using label studio"
      on creating patches he has also made a video called "python tips and tricks 5: patches"
      hope this helps

    • @DigitalSreeni
      @DigitalSreeni  2 года назад +2

      I’ve done videos on all the topics you suggested. Please search my channel. I will try to create more targeted playlists.

    • @ajay0909
      @ajay0909 2 года назад

      video 208 is the one you are looking for

  • @brunospfc8511
    @brunospfc8511 2 года назад +1

    Thank You professor, and thanks for using Jupyter notebooks too, great channel!

  • @pranaynirapure5795
    @pranaynirapure5795 Год назад

    Thank you for uploading such useful content. I am still curious about 42!

  • @louis-mbras8986
    @louis-mbras8986 2 года назад

    A pleasure to listen to you. Thanks !

  • @ranimsaidi9564
    @ranimsaidi9564 Год назад

    Hi, Can you please explain what is the purpose behin augmentation in this case?

  • @aggelosdidachos3073
    @aggelosdidachos3073 Год назад

    What if there are overlapping nuclei/cells in the mask we are using for training? Shouldn't we somehow be able to draw their contours (till the point that we can see them) and label them ?
    Or does the training concern solely the detection of what is a nucleus/cell and what not ? I was wondering whether segmentation could be further improved if it was somehow part of the training procedure.

  • @akiskailidis3183
    @akiskailidis3183 Месяц назад

    how can i get the diffrent images and the mask? when i download i only get 1 image. can you help me with that?

  • @kaaziwa
    @kaaziwa 7 месяцев назад

    Thank you for your excellent tutorial videos! I recently followed your tutorial and successfully trained a model using my images. However, I'm having trouble converting the output files to a format compatible with QuPath. I have the following files in my output folder: weights_last.h5, weights_best.h5, and config.json. Do you have any suggestions on how to proceed?

  • @emmanuelailok4291
    @emmanuelailok4291 Год назад

    Hi! What is the purpose of the masks in the dataset used? Because my dataset doesn't have masks. I'm a high school student working on the SipaKmed cervical cancer dataset and I'm having issues segmenting the Whole slide images. I would really appreciate your help

  • @BismaHaroon-hx3qo
    @BismaHaroon-hx3qo 6 месяцев назад

    Hello, is there any way I can access your dataset (the 256x256 version). I'm trying to generate the patches but it's not working with those.

  • @fadossi
    @fadossi 2 года назад

    Learning a lot here! Thanks 👏🏼

  • @rakshitrohan4155
    @rakshitrohan4155 Год назад

    Can you please tell how to save a stardist model so it can be used later, since you said you imported a model which you had trained for 150 iterations. Also, thanks for the video!

  • @tensaenigussie6970
    @tensaenigussie6970 2 года назад

    Hi sir, first i would like to appreciate for your nice explanation in line with any of your tutorials to have a basic understanding of different varieties of deep learning algorithms. so i would like to ask to make video on " Multi task deep learning approach for semantic segmentation" or is there any video tutorial you would like to refer it. Once again , Thank you so much !!

  • @uqixovi
    @uqixovi 2 года назад

    I would like to use Radiomics data of brain tumor mass for machine learning.
    How can I use a mask file to extract grayscale data of the mass from MRI images?

  • @AKASHKUMAR-jz9yv
    @AKASHKUMAR-jz9yv 2 года назад

    Sir I want to segment the microstructure of deformed grains using machine learning. Please help me. My criteria for segmentation is based on shape, size and pixel density of grains and kernel average misorientation.

  • @a.akhrif1492
    @a.akhrif1492 6 месяцев назад

    Can this custom model be used in Qupath?

  • @FMH201
    @FMH201 2 года назад

    Thank you for your efforts! Is it possible to extract the count of the segmented parts and their area?

    • @DigitalSreeni
      @DigitalSreeni  2 года назад +1

      I have covered it in many of my videos - using regionprops

  • @manuelflores8220
    @manuelflores8220 2 года назад

    Thanks for the videos you're updating... It's so useful for my research!
    I would appreciate it if you share the file of the code because I cannot find it in your GitHub repository

  • @RafiKhalil
    @RafiKhalil 2 года назад

    Great video sir kindly share the google colab file of this video and previous video, which are not available on your GitHub repository.

  • @ajay0909
    @ajay0909 2 года назад

    Hi sir, I was trying to implement your video 204. Everything was fine in spyder IDE but when I tried it in COLAB with the larger dataset the images and masks were not aligning. I am clueless why this is happening.

    • @DigitalSreeni
      @DigitalSreeni  2 года назад +1

      This video may help: ruclips.net/video/XNf1ATR9OSk/видео.html

    • @ajay0909
      @ajay0909 2 года назад

      @@DigitalSreeni sir, that was for me. Thanks a lot for saving my time. I owe you one for this.

  • @m_awaispak
    @m_awaispak 2 года назад

    Thank you so much for this video. but i am facing a problem when i run the cell five it gives an error "list index out of range" how to solve this. anyone please help.

    • @DigitalSreeni
      @DigitalSreeni  2 года назад +1

      Check your list length and adjust so you are referencing something that is out of your list.

    • @m_awaispak
      @m_awaispak 2 года назад

      @@DigitalSreeni thank you for the answer..