How could I implement Retina Net or feature pyramidal network for object detection by only using deep learning toolbox?
Afficher commentaires plus anciens
Since MATLAB 2020a, it now provides a new object network scheme such as SSD(single-shot detector), and YOLO v2
as a form of layer template.
Such templates make it easy to implement some typical detection networks, but they seem to be less flexible.
For example, when I want to implement my own detection network with multiple RPNs (from faster RCNN) that are connected to different conv layers,
MATLAB outputs erros because only one RPN should be included in detection network (faster RCNN).
The relatively new networks such as FPN, RetinaNet should have more flexibility to use multi-scale feature maps from conv layers.
How could I implement Retina Net or feature pyramidal network for object detection by only using deep learning toolbox?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Semantic Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!