Which approach should I use to train a Deep Learning NW for an LED Matrix detection?
2 次查看(过去 30 天)
显示 更早的评论
Hi all,
I would like to use a Deep Learning object detection approach to detect a specific object, a LED Matrix. I saw some examples of using transfer learning to modify a previous pretrained network like yolo, but it did not work very well.
Does anyone know any better option?
0 个评论
回答(1 个)
Harsh
2025-7-24
I understand that you are looking for an approach to improve your deep learning object detector for an LED Matrix after transfer learning with YOLO did not work well.
First, I'd suggest taking a closer look at your training images. Make sure you have lots of examples of the LED Matrix with different lighting, from different angles, and against various backgrounds. It's also super important to make sure your bounding box labels are drawn tightly and accurately around the object. Beyond the data, you can try tweaking the training process. You can create custom anchor boxes using the "estimateAnchorBoxes" function so they better match the shape of your matrix. Sometimes, simply adjusting the learning rate in "trainingOptions" or letting it train for more epochs can make a big difference.
If you're still not getting the results you want, it might be worth giving other models like SSD or Faster R-CNN a shot.
Please refer to the following documentation for more information on Object Detection Using Deep Learning: www.mathworks.com/help/vision/ug/object-detection-using-deep-learning.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!