How could I implement Retina Net or feature pyramidal network for object detection by only using deep learning toolbox?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!