Does Matlab provide any tools to understand the contents in an image and describe it using words?

조회 수: 1 (최근 30일)
Hi,
I am new to neural network and just about to start to build my own.
I am hoping to achieve that with an input of an image, the output would be a few sentences in texts to describe the contents (and even feelings) of this image.
Where should I start? Does Matlab have any developed tools or trained networks that I can just grab and use?
  댓글 수: 5
the cyclist
the cyclist 2023년 3월 21일
Final sentence of that paper: "We also built a database for the emotion estimation with the V-A model and will continue to collect more data. We expect our dataset will be widely used in the field of affective computing."
Salad Box
Salad Box 2023년 3월 21일
Thank you so much @the cyclist for your advices. Will definitely do what you suggested.
Thank you @John D'Errico@Bjorn Gustavsson for being straightforward. I do appreciate that.

댓글을 달려면 로그인하십시오.

답변 (2개)

Matt J
Matt J 2023년 3월 21일

Steven Lord
Steven Lord 2023년 3월 21일
There are examples in various products (mainly using Deep Learning Toolbox and/or Computer Vision Toolbox) to perform image classification to determine which of a set of items in the training data an image represents. See as one example this page that shows how to use a pretrained network (SqueezeNet) with ten lines of code to perform that classification.
But if you're looking for "Computer, identify the object on the viewscreen" a la Star Trek where the object is something completely new, I don't think you're going to be able to achieve that.
  댓글 수: 1
Salad Box
Salad Box 2023년 3월 21일
Thank you for your advice @Steven Lord. They are really helpful.
I am not looking for anything completely new, not at this stage at least. I am just trying to build a basic model and see what I can achieve with that at moment.
Will definitely try examples you mentioned.
Thank you again for the reply.:)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by