Train a Siamese Network to Compare Images with image size [227 227 3]
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Sam Chak
am 17 Apr. 2023
You should be able to find this line in the tutorial:
imageInputLayer([105 105 1],Normalization="none")
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!