Feature Pyramid Network | Neck | Essentials of Object Detection

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • This tutorial explains the purpose of the neck component in the object detection neural networks. In this video, I explain the architecture that was specified in Feature Pyramid Network paper.
    Link to the paper [Feature Pyramid Network for object detection]
    arxiv.org/abs/...
    The code snippets and full module implementation can be found in this colab notebook:
    colab.research...
    The torchvision has a more flexible implementation which would take more than 3 feature layers from backbone
    pytorch.org/vi...

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

  • @paedrufernando2351
    @paedrufernando2351 ปีที่แล้ว +9

    Keep the pearls of wisdom dropping sir..Privilage to learn from you miles across...

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว +1

      🙏 thanks for the kind words.

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

    very helpful! I really like that you're explaining it with an example with concrete numbers!

  • @AkhileshShukla-d5x
    @AkhileshShukla-d5x ปีที่แล้ว +1

    Sir, I have a lot of to say after finding your video on TH-cam but just ❤ , respect and thank you. 🙏🙏

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

    Incredible explanatory skills!

  • @brunodias3524
    @brunodias3524 ปีที่แล้ว +1

    I am so happy I found this video. Really good content!

  • @TeamDman
    @TeamDman ปีที่แล้ว +2

    Thank you for sharing your knowledge!

  • @vipingautam9501
    @vipingautam9501 ปีที่แล้ว +2

    This is excellent! I just love it.

  • @NehadHirmiz
    @NehadHirmiz ปีที่แล้ว +2

    Excellent tutorial. Thank you very much.

  • @applestarpie
    @applestarpie ปีที่แล้ว +1

    I like your videos, which are easy and fun to learn. Thanks a lot!

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

    I have 2 questions. How are the 1X1 and 3X3 CNN used trained to obtain the weight parameters? Also shouldn't 3X3 with stride 1 change the dimension, though it keeps the number of channels the same the size of the output feature would have changed and reduced by 2

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

    How is this different from U-net? I think they're pretty similar if you think that in the U-net you're going down in the encoder, up in the decoder and sideways with the skip connections. It's like an upside-down U-net

  • @science.20246
    @science.20246 7 หลายเดือนก่อน +1

    is useful to add channel and spatial attention in conv layers to improve

  • @rampavanmedipelli6152
    @rampavanmedipelli6152 ปีที่แล้ว +1

    Thank you... excellent clarity... please try to make a tutorial on anchor free detectors like FCOS..

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      🙏 yup. First need to implement it :)

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

    If done with UNet, it won't require upsampling as we concatenate the layers right?

  • @krishnachaitanya7374
    @krishnachaitanya7374 ปีที่แล้ว +1

    This is quite informative and helpful. Can you please create a video on prediction heads in fpn as in how to assign a predicted bbox to a particular feature map. That would be quite helpful.

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      Yes, thinking to make some videos about different label assignment techniques.
      Now about your question - the right terminology or phrasing of your request would be how to assign an anchor box to a particular feature map.

  • @AdnanMunirkhokhar
    @AdnanMunirkhokhar ปีที่แล้ว +1

    amazing explanation Dr.

  • @kylehuang9035
    @kylehuang9035 ปีที่แล้ว +2

    Could you give a tutorial of diffusing model to your VAE series? Its related and would like to see your explanation!

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      Though I understand the theory it’s just that I have never implemented/used them myself. I prefer to share those concepts that I have implemented myself and applied on some real world problem.
      But not saying no :) maybe one day. Thanks for the ask though.

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

    I don't know if I got this wrong but if I take a 1x64x26x26 feature through a convolution that has a K=3 and S=1, I will definitely not end up with a 1x64x26x26, but with a 1x64x24x24. To achieve the desired shape would require a P=1.
    If I'm not correct, would someone please explain how the dimensions would work in this case?

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

    Thanks for sharing the knowledge

  • @rampavan4094
    @rampavan4094 ปีที่แล้ว +1

    Could you give a tutorial on the vision transformer model for object detection?

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      in some time. have been preoccupied with some stuff but would try my best

  • @user-uf3md5ub5j
    @user-uf3md5ub5j ปีที่แล้ว +1

    Thanks a lot! would be the following videos soon?

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

    Do you know how to combine AFPN with the YOLO v8 algorithm? If you know, please tell me. Thanks

  • @LongLeNgoc-qq5qn
    @LongLeNgoc-qq5qn ปีที่แล้ว

    what about height and width are odd number (415), sir? In that case, the size after conv and after upsample is miss match. How to fix that, please!

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      Resize the image to 416 or any other size (e.g. 640) before feeding it to the network.

  • @cheeziobodini
    @cheeziobodini ปีที่แล้ว

    Instead of doing the upsampling via pytorch module and being angry about it, would it be any more useful to train an additional layer to do the upsampling instead? I'm thinking of a layer analogous to the decoder layer in an autoencoder.

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      No need to be angry at it :) … yes you could do that. As a matter of fact the additional layers after upsampling is to reduce it effects. The cost would be number of parameters. So it is always a trade off.

    • @cheeziobodini
      @cheeziobodini ปีที่แล้ว +1

      @@KapilSachdeva Thank you! informative video btw

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      🙏

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

    Excellent

  • @harshith_takkala
    @harshith_takkala ปีที่แล้ว +1

    thankyou sir !

  • @lordfarquad-by1dq
    @lordfarquad-by1dq ปีที่แล้ว +1

    thank you for the content , next video soon?

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว +1

      🙏 … yes. Most likely tomorrow. Thanks for keeping me accountable.

    • @lordfarquad-by1dq
      @lordfarquad-by1dq ปีที่แล้ว +1

      @@KapilSachdeva thank you again for the content, looking forward for more of these videos

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว +1

      Still working on the next video; not yet happy with it hence not published yet.

  • @III.Jennifer
    @III.Jennifer 27 วันที่ผ่านมา

    209 Lisandro Ridge

  • @farooqdsp
    @farooqdsp ปีที่แล้ว

    new video when ?

  • @TeddyFlanagan-q8l
    @TeddyFlanagan-q8l วันที่ผ่านมา

    Clement Landing

  • @nayab.quteer
    @nayab.quteer ปีที่แล้ว

    Can you make the video in Urdu language

    • @KapilSachdeva
      @KapilSachdeva  ปีที่แล้ว

      There are urdu subtitles and may be that will be of some help!

  • @DorisCorey-j7i
    @DorisCorey-j7i 7 วันที่ผ่านมา

    Hernandez Betty Lewis Kenneth Gonzalez Christopher

  • @TameraSweet-n3t
    @TameraSweet-n3t 8 วันที่ผ่านมา

    Haley Corner

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

    Garcia Larry Lewis Charles Hernandez Carol

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

    Walker William Moore Patricia Perez Anthony

  • @MichelleMoore-l2c
    @MichelleMoore-l2c หลายเดือนก่อน

    Pagac Road

  • @GoldYvonne-r9o
    @GoldYvonne-r9o 28 วันที่ผ่านมา

    Hernandez Michael Taylor Donald Walker Richard

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

    Wilson Jose Lewis Matthew Smith Matthew

  • @DorisCorey-j7i
    @DorisCorey-j7i 17 วันที่ผ่านมา

    Moore Kevin Moore Sharon Lewis Richard

  • @LoisStewart-t6g
    @LoisStewart-t6g หลายเดือนก่อน

    Thompson Cynthia Martin Frank Brown Jason

  • @EraRyba
    @EraRyba 29 วันที่ผ่านมา

    8831 Osvaldo Heights