231 - Semantic Segmentation of BraTS2020 - Part 0 - Introduction (and plan)

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

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

  • @sabaal-jalal3710
    @sabaal-jalal3710 3 года назад +3

    Thank you prof, this content is very important to me and it comes on time, Great channel for learners.

  • @plyap3872
    @plyap3872 3 года назад +1

    Thanks Sreeni for your series on BraTS dataset. I have been looking forward to it, esp on your next section on the data generators. You are right as the tensorflow data generators only handles RGB. Some of the modifications to the tensorflow Class is too complicated. Hope to see your next installment real soon.

  • @salimibrahim459
    @salimibrahim459 3 года назад +3

    Thanks, for the videos, really enjoying the semantic segmentation of different parts of the body, could you also do one with bone marrow fibrosis as fibrosis seems hard to do when getting labelled data?

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

    Please do share more videos how to do semantic segmentation with BraTS dataset, looking forward to more videos on this topic.
    Please do make videos from starting to end with this dataset.

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

      More on the way.

    • @waliafarzana6855
      @waliafarzana6855 3 года назад +1

      @@DigitalSreeni Your videos help students like me who are eager to learn new things and I can't thank you enough for your extraordinary work.

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

      I tried to apply this dataset to segment by using ResNet101 but not succeed.

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

    Thank you very much, Professor Sreeni. All of your tutorials are very helpful and excellent!

  • @abdulrahimshihabuddin1119
    @abdulrahimshihabuddin1119 3 года назад

    My question isn't related to this video and might be a dumb question, sir.
    I'd like to know if it is possible to ensemble( for the lack of a better word) pretrained CNNs(like VGGnet, Inceptionv3) and combine the best features recognised easily by each pretrained CNN and then fed into a classifier for image classification?
    Or is that a bit overkill?

  • @paulikhane
    @paulikhane 3 года назад

    My best youtube channel learning a lot

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

    Thank you so much prof for these quality contents. Looking forward to learn so many new things!

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

    6:05 In the paper titled "The Multimodal Brain Tumor Image Segmentation Benchmark (BRATS)" Pg 8, they describe the annotation in BraTS 2012/13 datasets. It seems that they are using 5 labels in the mask there:
    Normal or no tissue (label 0)
    Tumor Core (label 1, manually annotated by experts using T2w)
    Edema (label 2, whole tumor visible in FLAIR - Necrotic non-enhancing Solid Core NCR visible in T2w)
    Enhancing Tumour Core (label 4, manually annotaed by experts using Gandolinium-enhanced T1w aka T1Gd or T1ce)
    Cystic Necrotic components of the Core (sub-component of Enhancing Tumor Core as seen from T1Gd, but they have not explained the criteria)
    It is possible that Label 3 was that in older BraTS datasets, and no longer annotated in newer BraTS datasets (starting 2017). Just some guesswork.

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

    Thank you for this video. Have one doubt. After cropping 128*128*128. what does last 128 indicates? we have only three channels why 128 here.

  • @nhattrinhminh6770
    @nhattrinhminh6770 3 года назад

    Thanks prof for these videos, I am doing this challenge and I hope you can continue this series as soon as possible.

  • @nghethuatsong
    @nghethuatsong 3 года назад +1

    Please do this dataset with survival time. Thank you

  • @zaidilyas5192
    @zaidilyas5192 3 года назад

    Interesting Topic! I liked the way you teach things! Waiting for next video

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

    Hi Sreeni, Once again great video series.
    Requesting you for a MultiModal classification with Image and tabular data as input.

  • @kharfaqi475
    @kharfaqi475 3 года назад +1

    hello sir, you are doing great...I am looking forward to it.

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

    You are indeed genius...keep doing the great work

  • @DeepinderKaur-o2p
    @DeepinderKaur-o2p Год назад

    Great work... please create similar videos for UCSF_BrainMetastases dataset

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

    I am working in medical imaging. What are your system specifications. Do you recommend a particular laptop or a customized setup for such processing?

  • @0xcalmaf976
    @0xcalmaf976 3 года назад +1

    FINALLY! THANK YOU SREENI!

  • @MuhammadSufyan-u1y
    @MuhammadSufyan-u1y Год назад

    hey teacher u r amazing. please make some stuff on lung cancer prediction

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

    Thank you professor for making so many useful videos. I am a student who is working on medical image segmentation as my final year project. These videos really make my life easier. Could you please consider doing a bunch of videos about LIDC-IDRI dataset, cause as a beginner in this field, I am really confused about using it. I would really appreciate for this.

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

      Hi brother. I have chosen brain tumor detection as my fyp. I need some help.

  • @thevishalchauhan_yt
    @thevishalchauhan_yt 3 года назад

    Thanks sir for the informative video. Sir, can you please make some videos related to Vision Transformers?

  • @HemchandraJoshi-yl5dv
    @HemchandraJoshi-yl5dv 6 месяцев назад

    Train the modal of cmct in this dataset with 240 subjects where 200 for training and 40 for testing.plz it's a request

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

    Make a Video by using same dataset to segment by ResNet101 model….

  • @sankeerthpeters
    @sankeerthpeters 3 года назад

    Hey sreeni, I am working on segmentation models and installed 0.2.1 version. But when I try to run losses, it says segmentation_models module has no DiceLoss attribute. Could you help me with this?

    • @DigitalSreeni
      @DigitalSreeni  3 года назад

      Whenever you have such questions, you need to look at the documentation. According to their code for losses, they do have DiceLoss. So please check your code to see if you are calling it properly.
      github.com/qubvel/segmentation_models/blob/master/segmentation_models/losses.py

  • @robbellis5944
    @robbellis5944 3 года назад

    You are a rockstar. Thank you.

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

    what should be the minimun system requirement to do model training?

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

    brother you are great i am from india your videos are the only way to learn from zero to hero i am doing my project on aerial image classification please make one video for google earth imagery classification thank you

  • @4MyStudents
    @4MyStudents 2 года назад

    I am not getting why to rename that ?

  • @r.walid2323
    @r.walid2323 Год назад

    Thanks for the explanation bro

  • @amarjeetkushwaha4258
    @amarjeetkushwaha4258 3 года назад

    Just love your contains sir

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

    Thank you very much

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

    Is this code compatible with nifti file format?

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

    Hai sir i'm getting difficulty while trying to fit the model , how much hardware it might require to train the model?

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

      At least 16GB GPU. May be you get away by using the free version of Colab.

  • @ishaqabbas3748
    @ishaqabbas3748 3 года назад +1

    Good job keep it up

  • @behnoudshafizadeh3281
    @behnoudshafizadeh3281 3 года назад

    hi, Mr. Sreeni, how do define a custom mask(manually) for an image, for example, I have license-plate images and I would like to create masks for it to segment different components of them.
    thanks for considering,
    behnoud

    • @DigitalSreeni
      @DigitalSreeni  3 года назад

      I use www.apeer.com to load my images and paint the pixels I'd like to assign to a specific class.
      PS: APEER is developed my team at work and it is free.

    • @behnoudshafizadeh3281
      @behnoudshafizadeh3281 3 года назад

      @@DigitalSreeni Thanks for answering Mr.Sreeni.