Alternative output layer after CAFFE model import
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to be able to use the CAFFE model OpenPose in the Deep Learning Toolbox. The network as available has as an output layer a concatenation layer, which produces a set of (height x width x N) images, which are probability maps for various body joints or linkages between those joints. Matlab will not accept that as an output layer, so I have been adding an arbitrary output layer into the importCAFFEmodel command, and then editing the layers in deepnetworkdesigner. I need to replace the output layer, but I am not sure what to replace it with. I need something like a classification layer that will work on multi-layer set of images. Has anyone tackled this already, or have suggestions on what a custom output layer woudl look like in this situation? Thanks.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!