Game of life and CNN to detect certain objects

1 回表示 (過去 30 日間)
Jahina Alkhanjari
Jahina Alkhanjari 2021 年 3 月 22 日
回答済み: Vineet Joshi 2021 年 3 月 26 日
Hello everyone,
I generated many figures of Game of Life using (drawnow) function, then I trained AlexNet on some images. For testing I want figures generated by (drawnow) to be as a test for AlexNet, for example if a certain shape is detected I get a Label and a bounding box. Would you Please help me on that?
For training AlexNet I used imageDatastore function.
Thanks in advance

回答 (1 件)

Vineet Joshi
Vineet Joshi 2021 年 3 月 26 日
Hi
In order to detect certain shapes (With bounding boxes) from the figures, you need to train an object detection model that is used for locating instances of objects in images or videos.
The following link discusses what is object detection and how you can work on object detection with MATLAB.
You can also refer to the following example to see how to train an object detection model.
Hope this helps.

カテゴリ

Help Center および File ExchangeConway's Game of Life についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by