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
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."
回答(2 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!