Question about the capabilities of AlexNet Deep Learning
2 views (last 30 days)
Show older comments
I am aware that AlexNet is capable of identifying objects in real-time using a camera. However, is it also possible for AlexNet to put some sort of mark that the software can identify so that it would be easier to see where the identified object is?
Below is an example on what I want to do with AlexNet:
0 Comments
Answers (2)
GandaBerunda
on 16 Sep 2022
Hi,
I think this answer might help shed some light:Invalid bounding boxes were removed when use fasterRCNN with Alexnet - MATLAB Answers - MATLAB Central (mathworks.com).
Hope it helps.
David Willingham
on 16 Sep 2022
Alexnet is used for Image Classification. What you're looking for is models that can be used for Object Detection. There's a number of them available in MATLAB, check them out on the model hub:
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!