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

採用された回答

Delprat Sebastien
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).
  1 件のコメント
Teshan Rezel
Teshan Rezel 2020 年 1 月 7 日
Hi, when you say "The doc has an example about that." which doc do you mean please?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by