How to use the dataset in Visual question Answering

2 ビュー (過去 30 日間)
Suheer Al-Hadhrami
Suheer Al-Hadhrami 2021 年 8 月 25 日
回答済み: Prince Kumar 2021 年 11 月 19 日
I am working in visual question answering problem that accept image and question about it. Then it generates an answer of the question. I built a network that has two parts: the first one is CNN model that handels image as input. the second one is enseble model LSTM+BiLSTM that handles the text. I have the dataset has column for image path, question, and answer. I made all preprocessing steps for the dataset. My problem now how to tell the model to take image and text and perform them seprately and then makes fusion between them.
above is the network I built. in layer has to accept text which is a question. im_in has to accept image. I don't know how to handle the dataset.
Can you suggest a specific method for building model for visual quesrion_answering problem in matlab.
regards,

回答 (1 件)

Prince Kumar
Prince Kumar 2021 年 11 月 19 日
Hi Suheer Al-Hadhrami,
You can make use of 'Multiple-Input Networks".
The following link might be useful too

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by