Detecting and highlighing objects using ssd_mobilenet_v2
- Jorge Guerra Pires
- Jul 18, 2023
- 1 min read
A very nice application of computer vision is identifying objects in photos!
Below is an object detection, and drawing a square around the object. Just the top-20 objects out of possible 1,917 is drawn.

Full repository

Adapted from: Learning TensorFlow.js. By Gant Laborde
Comments