Single Shot Multibox Detector | SSD Object Detection Explained and Implemented

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

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

  • @Explaining-AI
    @Explaining-AI  หลายเดือนก่อน

    *Github Implementation Link* : github.com/explainingai-code/SSD-PyTorch

  • @Dante-me8tp
    @Dante-me8tp หลายเดือนก่อน +2

    This series is great! I've just gotten started on it but I'm grateful you went to the trouble of making this.

    • @Explaining-AI
      @Explaining-AI  หลายเดือนก่อน

      Thank you! Happy that you're finding the series helpful. It may take some time to cover all the prominent detection papers (so far, I've covered RCNN variants, YOLOv1, and SSD), but I plan to include them all as the series progresses.

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

    Your skills are amazing for me. To use SSD from PyTorch (torchvision package) and tailor it for my problem as I did is one thing. But implementing it like you on layer level in plain Python is just crazy. Kudos!

    • @Explaining-AI
      @Explaining-AI  29 วันที่ผ่านมา +1

      Thank you but most of the code in the video actually comes from the torchvision package only. I just pulled out the key parts, made a few tweaks, and walked through everything step-by-step in the video. So you're giving me more credit than I deserve :)

    • @cryptofelix5242
      @cryptofelix5242 28 วันที่ผ่านมา

      @@Explaining-AI Ohhh, I see! Thanks for letting me know! But still it requires quite some knowledge and skill to play around with this code! :)

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

    great series

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

    Amazing series

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

    Can you help me training the model rcnn iam unable to train it..iam having 13k images but getting so many error while training and using jetson nano board to train the model please help me

    • @Explaining-AI
      @Explaining-AI  หลายเดือนก่อน

      Hello, I dont have any experience of training on jetson nano, so if its a hardware specific issue then I would not be of much help. But if its rcnn model training code that you are facing errors in, then I can definitely take a look.
      Can you please send an email to explainingai.official@gmail.com with the exact error that you need help with and I will try to respond as soon as possible.

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

    can i get the github link for this?

    • @Explaining-AI
      @Explaining-AI  หลายเดือนก่อน

      Sorry, forgot to pin that comment. Here - github.com/explainingai-code/SSD-PyTorch