CNN: How to implement features obtained by global max pooling into a regression later as output images?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have modified the CNN structure, using the regression layer. As usual, we have to use the same size of images for input and output. As shown in the attachment, the actual image size should be 32x32 with 3 channels. But I want to use features obtained by global maximum pooling (GMP) for the input and output. All features would be 1x1x128.
Is there any way to implement 1x1x128 features acquired by GMP into the regression layer as output images?
1 个评论
Madhav Thakker
2020-12-22
编辑:Madhav Thakker
2020-12-22
Hi Sungkun,
Can you add the attachment object?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!