336 - Nuclei segmentation and analysis using Detectron2 & YOLOv8​

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • This video tutorial is an entire project spanning from data download to training object detection models to analysis and plotting. It covers the following key tasks, with downloadable code for every task:​
    - Downloading data from Kaggle​
    - Cleaning up the data​
    - Converting masks to coco json and YOLOv8 annotations​
    - Visualizing annotations​
    - Training Detectron2 (Mask R-CNN) for object detection​
    - Training YOLOv8 for object detection​
    Code is available here: github.com/bns...
    Dataset downloaded from: www.kaggle.com...
    Dataset description: arxiv.org/abs/...
    Summary of the dataset:
    The NuInsSeg dataset contains more than 30k manually segmented nuclei from 31 human and mouse organs and 665 image patches extracted from H&E-stained whole slide images. We also provide ambiguous area masks for the entire dataset to show in which areas manual semantic/instance segmentation were impossible.
    Human organs:
    cerebellum, cerebrum (brain), colon (rectum), epiglottis, jejunum, kidney, liver, lung, melanoma, muscle, oesophagus, palatine tonsil, pancreas, peritoneum, placenta, salivary gland, spleen, stomach (cardia), stomach (pylorus), testis, tongue, umbilical cord, and urinary bladder
    Mouse organs:
    cerebellum, cerebrum, colon, epiglottis, lung, melanoma, muscle, peritoneum, stomach (cardia), stomach (pylorus), testis, umbilical cord, and urinary bladder)

КОМЕНТАРІ • 39

  • @ImRiz1
    @ImRiz1 5 місяців тому

    I've searching for good tutorials on Computer Vision since 2020 and found this channel only few days ago😒😒. I'm always late in the game. This channel is a Gem

  • @user-od1pv8ib1o
    @user-od1pv8ib1o 4 місяці тому +1

    Thank you for your professionalism and clear presentation! I'll wait for further videos

  • @tahirak.7565
    @tahirak.7565 10 місяців тому

    U heard me without even saying anything. U really are a gem Sir.

  • @atultiwari88
    @atultiwari88 9 місяців тому +1

    wow.. thank you very much sir. you read my mind. I have been searching here and there for quite some time now abut how I can use YOLO or any deep learning trained model into actual Whole Slide Imaging, but I am not able to find any satisfactory answer so far. I hope in your next video I would get the answer I am looking for. This 2 weeks wait is killing me. please release the next video early.

  • @منةالرحمن
    @منةالرحمن 9 місяців тому +1

    hi please i need help
    i'ma one of your followers and i use apeer to annotate my dataset,
    but i can't export or even save on line annotations i create please help it's an emergency

  • @user-et2xr1kw5c
    @user-et2xr1kw5c 2 місяці тому

    Is there a chance to get processed files, that have gone through the all initial steps up until model itself?

  • @assadrafique2804
    @assadrafique2804 17 днів тому

    Hi, those videos are really elaborated for each and every topic. Wanted to know that is there any way that i can add some custom layers in the yolo v8 instead of the built-in ones?

    • @DigitalSreeni
      @DigitalSreeni  15 днів тому

      You can edit the YOLOv8 model definition to insert your custom layers at specific points in the network. This requires understanding the YOLO architecture and where your custom layers would be most effective. Of course, it also requires you to be proficient in pytorch as YOLO is based on that framework.

  • @user-tv6eq4zc5e
    @user-tv6eq4zc5e 5 місяців тому

    where does he use the validation dataset? He registered it, and didn't use it anywhere - why?

  • @Koldim2001
    @Koldim2001 2 місяці тому

    Please make a video on this topic - patch-based inference

  • @NISHATZAMAN-cv3qo
    @NISHATZAMAN-cv3qo 6 місяців тому

    how can I use Stl files for segmentation?? it doesn't have any mask. how can I put this in my model?

  • @xd_ut-boi6698
    @xd_ut-boi6698 10 місяців тому +1

    Would love to see some projects on genomics ✌🏻

    • @DigitalSreeni
      @DigitalSreeni  10 місяців тому

      Any specific type of project your are looking for? Can you please point me towards a specific dataset so I understand the challenge to be solved?

  • @joshualee6559
    @joshualee6559 9 місяців тому

    I'd be really interested in a video about 3D MRI segmentation using these techniques.

  • @ManjuT-g4x
    @ManjuT-g4x 9 місяців тому

    Hi, Thanks for your very knowledgeable videos. Please suggest which DL model/video should I follow for crop detection and identification in field?

  • @palurikrishnaveni8344
    @palurikrishnaveni8344 10 місяців тому

    If my dataset does not have a separate mask-labeled dataset, how can I implement it? For the UNET case also, I am suffering from the problem. Can you show the code for any dataset with no mask dataset?

    • @hoinhtrieu9637
      @hoinhtrieu9637 10 місяців тому +1

      separate mask-labeled for instance segmentation, and binary mask for sematic segmentation. Based on your label type, the problem approach is totally different.

  • @vy1w1yv
    @vy1w1yv 8 місяців тому

    Which performed best on the dataset, YOLOv8 or detectron 2?

  • @umairsabir3519
    @umairsabir3519 9 місяців тому

    Can you please train a panoptic segmentation using custom dataset. Also which one is better, detrctron 2 or google's paniptic algorithm ?

  • @maxgadd
    @maxgadd 9 місяців тому

    nice work man. thanks

  • @sayyamhanamannavar6413
    @sayyamhanamannavar6413 9 місяців тому

    Hello sir I want to start learning about image processing and python and implement it on fashion runways to analyse fashion trends ..could you please tell me what all concepts do I need to cover in order to be able to do that.

  • @user-mb5tq8du1f
    @user-mb5tq8du1f 10 місяців тому

    can i apply the same method for oral cancer dataset

  • @amiralioghli8622
    @amiralioghli8622 9 місяців тому

    Hi sir, thank you for sharing your valuable information with us.
    I have a suggestion. My comment does not pertain to the content of the current video since you've uploaded new content. Therefore, I am writing it here for you to read.
    I recently completed all your tutorials on time series data, both univariate and multivariate. From what I gathered in your tutorials, your primary focus lies in image and NLP. Hence, I'd like to request, if possible, Please make a series on implementing Transformers in time series data. This could cover classification, forecasting, or anomaly detection-just one of these aspects would be sufficient for educational purposes. I'm interested in understanding the methodology you propose in dealing with this.
    Currently, Transformers are extensively used in sequential data and image segmentation. Surprisingly, there's a scarcity of tutorials available on UA-cam that delve into employing Transformers specifically for time series data.

    • @DigitalSreeni
      @DigitalSreeni  9 місяців тому +1

      My expertise lies in image processing which is why I focus primarily on that topic. Although I should mention that I experiment with financial data quite a bit and probably should find time to record some tutorials. To answer your question - I am not convinced about Transformers being the right tools for time series. I consistently see better results using the traditional AR models.

  • @anammanzoor1166
    @anammanzoor1166 10 місяців тому

    Hi can you please make one video on initial setup in venv for coding which version you have used ?

  • @vigneshvicky6720
    @vigneshvicky6720 10 місяців тому +1

    We need theory, architecture , loss ext... Code we can find from net itself

    • @DigitalSreeni
      @DigitalSreeni  10 місяців тому

      This video is a specific project focused. I have covered the basics of Detectron2 and YOLO in separate videos. For example, here is the Detectron2 intro video link: ua-cam.com/video/JIPbilHxFbI/v-deo.html

  • @MrEri299
    @MrEri299 10 місяців тому

    where is code?

  • @sudiptaproggaislam7321
    @sudiptaproggaislam7321 10 місяців тому

    please make a video of detectron2 for panoptic segmentation...

  • @samarafroz9852
    @samarafroz9852 10 місяців тому

    Please made tutorial on zero Shot medical image segmentation Sir

  • @moumitamoitra1829
    @moumitamoitra1829 Місяць тому

    please make a tutorial on Detectron2 calculating validation loss

  • @cherryblxssxm.
    @cherryblxssxm. 9 місяців тому

    Hi, Thanks for your very useful videos. Please take some examples to use CNN-Transformer Hybrid model in Medical images analysis (ViT models) . Thanks a lot. Good Luck.
    M. Rezaei

  • @SourabhPatange-y5b
    @SourabhPatange-y5b 10 місяців тому

    Please make video on Image Segmentation using Zernike Moments #Zernike_Moments

  • @zahraalidousti
    @zahraalidousti 9 місяців тому

    hi, I want to ask you about an error related to openslide library. Would you please give me your email to send it? Thank you

  • @Koldim2001
    @Koldim2001 2 місяці тому

    Please make a video on this topic - patch based inference