Object detection using coco-ssd
- Jorge Guerra Pires
- Jul 18, 2023
- 1 min read
One nice application of machine learning is object detection. One must identify all the objects in an image. It is quite useful for automating image annotation, also, for search on images.
Given the image below, the challenge is spotting all the "objects". You can use coco-ssd for doing so!


Full repository: https://github.com/JorgeGuerraPires/machine-learning-in-angular/blob/main/src/app/models/model3/model3.component.ts
Comments