Alternative output layer after CAFFE model import
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!