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!