Classification with two input images using transfer learning
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 12 Mar 2022
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
il 12 Mar 2022
Mohammad Fraiwan
il 12 Mar 2022
Image Analyst
il 12 Mar 2022
See these links on panoramic stitching to build a single image from all your subimages:
Mohammad Fraiwan
il 12 Mar 2022
Risposte (1)
yanqi liu
il 14 Mar 2022
0 voti
yes,sir,may be use image fuse or image mosaic to make two image into one,and then use cnn as normal
1 Commento
Mohammad Fraiwan
il 14 Mar 2022
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!