Segment Anything - Model explanation with code

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • Full explanation of the Segment Anything Model from Meta, along with its code.
    As always the slides are freely available: github.com/hkproj/segment-any...
    Chapters
    00:00 - Introduction
    01:20 - Image Segmentation
    03:28 - Segment Anything
    06:58 - Task
    08:20 - Model (Overview)
    09:51 - Image Encoder
    10:07 - Vision Transformer
    12:30 - Masked Autoencoder Vision Transformer
    15:32 - Prompt Encoder
    21:15 - Positional Encodings
    24:52 - Mask Decoder
    35:43 - Intersection Over Union
    37:08 - Loss Functions
    39:10 - Data Engine and Dataset
    41:35 - Non Maximal Suppression
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 24

  • @umarjamilai
    @umarjamilai  10 หลายเดือนก่อน +3

    As always the slides are freely available: github.com/hkproj/segment-anything-slides

  • @wingw4556
    @wingw4556 2 หลายเดือนก่อน +6

    I am a undergraduate student learning AI, your videos help me a lot. Thanks for the selfless work you are doing.

  • @pierret00
    @pierret00 9 หลายเดือนก่อน +9

    Please keep making this kind of videos Umar! You're really a gifted teacher.

    • @umarjamilai
      @umarjamilai  9 หลายเดือนก่อน +2

      Thank you for your kind words, @pierret00
      Please stay tuned, more videos coming soon

  • @ArunReddyAnugu
    @ArunReddyAnugu 7 หลายเดือนก่อน +4

    I am a undergraduate student learning ML, your videos help me a lot. Thanks for the selfless work you are doing.

  • @zhuosu624
    @zhuosu624 วันที่ผ่านมา +1

    Amazing explanation!

  • @expectopatronum2784
    @expectopatronum2784 29 วันที่ผ่านมา +1

    23:39 -> loved that intuitive explanation!

  • @DiegoSilva-dv9uf
    @DiegoSilva-dv9uf 6 หลายเดือนก่อน +1

    It's amazing how you can make this difficult subject much easier and more fun to learn! Thank you!

  • @0jaxay0
    @0jaxay0 7 หลายเดือนก่อน +2

    Very helpful, thanks! Please keep uploading 🙂

  • @madhurjindal1364
    @madhurjindal1364 8 หลายเดือนก่อน +2

    Great explanation man!

  • @oiooio7879
    @oiooio7879 10 หลายเดือนก่อน +2

    Thank you! This is really helpful

  • @sarahgarcia3063
    @sarahgarcia3063 3 หลายเดือนก่อน +2

    Really great explanation !! Thanks !

  • @carlosjaviergarcialopezdeh9213
    @carlosjaviergarcialopezdeh9213 22 วันที่ผ่านมา +1

    awesome video man!

  • @hubertkanyamahanga2782
    @hubertkanyamahanga2782 หลายเดือนก่อน +1

    Hi Umar, thanks for this amazing code explanation. Just one question, how is the prediction_iou computed in the Automatic Mask generation of SAM? I am asking because we only have the model's prediction and to compute iou you need ground truth labels. Thanks!

  • @kai-yihsu3556
    @kai-yihsu3556 8 หลายเดือนก่อน +1

    Thank you!!!
    This is very helpful

  • @andywang945
    @andywang945 8 หลายเดือนก่อน +3

    The video is awesome.

  • @Maximos80
    @Maximos80 8 หลายเดือนก่อน +1

    incredible explanation! would you be interested in reviewing the SEEM (Segment Everything Everywhere All at Once) model?

  • @syedabdul8509
    @syedabdul8509 6 หลายเดือนก่อน

    A video for coding SAM from scratch would be entertaining!

  • @Esra208
    @Esra208 หลายเดือนก่อน

    One question regarding the Vision Transfomrer, even if this is not the main topic:
    Why do they use the FIRST Token? Wouldn't usually the LAST token caputre all the information of the before seen ones?

  • @user-wk7lu2sm1y
    @user-wk7lu2sm1y หลายเดือนก่อน

    thanks a lot. how can we access to codes that explained in video?

  • @user-ur7kf3wf2l
    @user-ur7kf3wf2l 6 หลายเดือนก่อน

    Nice video!
    I think your understanding of the source code is really good.
    Could you please share your annotated code? It will be very helpful for my undergraduate graduation project.

  • @missmiir
    @missmiir 5 หลายเดือนก่อน

    Is there any way we can mask same object with same colors ?

  • @DiegoSilva-dv9uf
    @DiegoSilva-dv9uf 6 หลายเดือนก่อน

    Valeu!

  • @scz668
    @scz668 3 หลายเดือนก่อน

    based on python roadmap, what topic should i focused to sir?