Effacer les filtres
Effacer les filtres

Is it possible to use Alexnet to classify multiple objects in a single image?

2 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Delprat Sebastien
Delprat Sebastien le 6 Jan 2020
Modifié(e) : Delprat Sebastien le 6 Jan 2020
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 commentaire
Teshan Rezel
Teshan Rezel le 7 Jan 2020
Hi, when you say "The doc has an example about that." which doc do you mean please?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by