280 - Custom object segmentation using StarDist library in python

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

КОМЕНТАРІ • 31

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

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

  • @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!

  • @louis-mbras8986
    @louis-mbras8986 2 роки тому

    A pleasure to listen to you. Thanks !

  • @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 !!

  • @kaaziwa
    @kaaziwa 6 місяців тому

    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?

  • @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.

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

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

  • @akiskailidis3183
    @akiskailidis3183 13 днів тому

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

  • @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

  • @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.

  • @BismaHaroon-hx3qo
    @BismaHaroon-hx3qo 5 місяців тому

    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.

  • @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!

  • @fadossi
    @fadossi 2 роки тому

    Learning a lot here! Thanks 👏🏼

  • @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.

  • @a.akhrif1492
    @a.akhrif1492 5 місяців тому

    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

  • @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: ua-cam.com/video/XNf1ATR9OSk/v-deo.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..