Classification with two input images using transfer learning
이전 댓글 표시
I have a 3-class classification problem. However, the classification is based on two images rather than the typical one image. How can I use/modify transfer learning models, or otherwise build a model from scratch, that accepts two images as input concurrently.
댓글 수: 5
Image Analyst
2022년 3월 12일
Not sure what you mean. Attach some images to explain. Maybe you can just stitch the images together to form one single image and train with those. Or else you can use SegNet or U-net to do a pixel-by-pixel classification of things in the images.
Mohammad Fraiwan
2022년 3월 12일
Mohammad Fraiwan
2022년 3월 12일
Image Analyst
2022년 3월 12일
See these links on panoramic stitching to build a single image from all your subimages:
Mohammad Fraiwan
2022년 3월 12일
답변 (1개)
yanqi liu
2022년 3월 14일
0 개 추천
yes,sir,may be use image fuse or image mosaic to make two image into one,and then use cnn as normal
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!