Game of life and CNN to detect certain objects
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Vineet Joshi
am 26 Mär. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!