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.
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!
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 :)
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
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.
*Github Implementation Link* : github.com/explainingai-code/SSD-PyTorch
This series is great! I've just gotten started on it but I'm grateful you went to the trouble of making this.
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.
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!
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 :)
@@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! :)
great series
Thank you :)
Amazing series
Thank You :)
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
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.
can i get the github link for this?
Sorry, forgot to pin that comment. Here - github.com/explainingai-code/SSD-PyTorch