top of page

TensorFlow.js Academy

Subscribe to Our Mailing List

Thanks for subscribing!

Detecting and highlighing objects using ssd_mobilenet_v2

  • Writer: Jorge Guerra Pires
    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


 
 
 

Recent Posts

See All

Comments


bottom of page