The Direct Link

Search Any Links, Share Direct Links

Development

Multiple object detection Tensorflow

By Cody, Published on 2 years ago, 509 Views
Tags : #tensorflow #object_detection #javascript #codepen_object_detection #Multiple_object_detection_using_pre_trained_model_in_TensorFlow.js

This demo shows how we can use a pre made machine learning solution to recognize objects (yes, more than one at a time!) on any image you wish to present to it. Even better, not only do we know that the image contains an object, but we can also get the co-ordinates of the bounding box for each object it finds, which allows you to highlight the found object in the image. For this demo we are loading a model using the ImageNet-SSD architecture, to recognize 90 common objects it has already been taught to find from the COCO dataset.

If what you want to recognize is in that list of things it knows about (for example a cat, dog, etc), this may be useful to you as is in your own projects, or just to experiment with Machine Learning in the browser and get familiar with the possibilities of machine learning.

Multiple object detection using pre trained model in TensorFlow.js https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@2.0.0/dist/tf.min.js https://cdn.jsdelivr.net/npm/@tensorflow-models/coco-ssd
https://codepen.io/jasonmayes/pen/qBEJxgg



Go to CodePen (Download Code) →

Report Inappropriate content / Link not working ?