Train a Siamese Network to Compare Images with image size [227 227 3]
10 次查看(过去 30 天)
显示 更早的评论
Hi,
I have followed the official tutorial to train Siamese Network to Compare Images
The trained image of the network has a size of [105 105 1]. when I am trying to train a network on images with size [227 227 3] , I usually recieve many errors.
Can someone help which parts in the code need to be change?
0 个评论
回答(1 个)
Sam Chak
2023-4-17
You should be able to find this line in the tutorial:
imageInputLayer([105 105 1],Normalization="none")
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!