Game of life and CNN to detect certain objects
2 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Vineet Joshi
on 26 Mar 2021
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.
0 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!