Feature Pyramid Network | Neck | Essentials of Object Detection

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

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

  • @paedrufernando2351
    @paedrufernando2351 Год назад +9

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

  • @lostpenguin3682
    @lostpenguin3682 10 месяцев назад +3

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

  • @ianhowe8881
    @ianhowe8881 Месяц назад

    Incredible explanatory skills!

  • @AkhileshShukla-d5x
    @AkhileshShukla-d5x Год назад +1

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

  • @TeamDman
    @TeamDman Год назад +2

    Thank you for sharing your knowledge!

  • @NehadHirmiz
    @NehadHirmiz Год назад +2

    Excellent tutorial. Thank you very much.

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

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

  • @vipingautam9501
    @vipingautam9501 Год назад +2

    This is excellent! I just love it.

  • @abhishekdhiman5719
    @abhishekdhiman5719 3 месяца назад

    Thanks for sharing the knowledge

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

  • @science.20246
    @science.20246 7 месяцев назад +1

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

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

    amazing explanation Dr.

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

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

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

  • @yogeshwarshendye4857
    @yogeshwarshendye4857 6 месяцев назад

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

  • @vincentpelletier1246
    @vincentpelletier1246 7 месяцев назад

    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?

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

  • @DIAHAYUNINGTYASWATI
    @DIAHAYUNINGTYASWATI 11 месяцев назад

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

  • @manueljohnson1354
    @manueljohnson1354 4 месяца назад

    Excellent

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

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

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

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

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

  • @user-uf3md5ub5j
    @user-uf3md5ub5j Год назад +1

    Thanks a lot! would be the following videos soon?

  • @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  Год назад

      🙏

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

  • @DorisCorey-j7i
    @DorisCorey-j7i 17 дней назад

    Hernandez Betty Lewis Kenneth Gonzalez Christopher

  • @TeddyFlanagan-q8l
    @TeddyFlanagan-q8l 11 дней назад

    Clement Landing

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

    new video when ?

  • @MichelleMoore-l2c
    @MichelleMoore-l2c Месяц назад

    Pagac Road

  • @RobertWhite-m3p
    @RobertWhite-m3p 8 дней назад

    Franco Neck

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

  • @LoisStewart-t6g
    @LoisStewart-t6g Месяц назад

    Thompson Cynthia Martin Frank Brown Jason

  • @DorisCorey-j7i
    @DorisCorey-j7i 27 дней назад

    Moore Kevin Moore Sharon Lewis Richard

  • @EraRyba
    @EraRyba Месяц назад

    8831 Osvaldo Heights