Is it possible to use Alexnet to classify multiple objects in a single image?
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to identify thousands of objects in a mosaic image. I have split this mosaic into several 227x227 images, but I would like alexnet to be able to classify several objects in each 227x227 image (think a star map in 227x227, where alexnet will be classifying 5 different types of stars. The problem isn't as complex as this, but the scale is similar).
Is there a way to get alexnet to do this?
thanks
0 个评论
采纳的回答
Delprat Sebastien
2020-1-6
编辑:Delprat Sebastien
2020-1-6
You need to use another kind of network. Basically a so called Fast-R network will reuse an existing network (Alexnet for instance) to detect multiple objects into an image. You will also need another dataset with many images and their associated objects to be detected:ROI (bounding boxes for all the detected objects) and object classe. The doc has an example about that.
Actually, you may use a pretrained YOLO network that works well for many applications (and it is already trained, so no long and difficult training).
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!