Zephyrnet Logo

Locate and count items with object detection

Date:

This code pattern is part of the Getting started with IBM Visual Insights learning path.

Summary

Object detection has different uses and different opportunities than image classification. This code pattern demonstrates how to use IBM Visual Insights Object Detection to detect and label objects within an image (in this case, Coca-Cola products), based on customized training. You can then easily customize this initial data set example with your own data sets-without writing any code.

Description

Imagine that you’re a supplier of an item (such as a soft drink) and you want to know how many bottles there are on a store’s shelf. You can build an app that helps you do just that. IBM Visual Insights uses deep learning to create trained models based on images that you upload and label. You don’t need to write any code to train, deploy, and test a new object detection model. You simply upload the images, use your mouse to label the objects in your images, and then let IBM Visual Insights do the learning.

With this pattern, you will use deep learning training to create a model for object detection. With just a few clicks, you can train and deploy the model. After you train and deploy the model, a REST endpoint lets you locate and count items in an image. The code pattern includes an example data set to help you build a Coke bottle detector, but you can use your own examples and detect other objects.

IBM Visual Insights presents REST APIs for inference operations. You can use any REST client for object detection with your custom model, and you can use IBM Visual Insights UI to test it. This example includes an example Node.js app that demonstrates how to upload an image and then draw the image with labels and bounding boxes around detected objects.

When you have completed this code pattern, you should know how to:

  • Create a data set for object detection with IBM Visual Insights
  • Train and deploy a model based on the data set
  • Test the model using REST calls

Flow

flow

  1. Upload the images to create an IBM Visual Insights data set.
  2. Label the objects in the image data set prior to training.
  3. Train, deploy, and test the model in IBM Visual Insights.
  4. Use a REST client to detect objects in images.

Instructions

Find the detailed steps for this pattern in the README. Those steps will show you how to:

  1. Clone the powerai-vision-object-detection GitHub repo.
  2. Log in to IBM Visual Insights.
  3. Create a new data set for object detection training.
  4. Create tags for training objects and label the objects.
  5. Create a DL task.
  6. Deploy and test the model.
  7. Run the app.

Conclusion

This code pattern demonstrated how to use IBM Visual Insights Object Detection to detect and label objects within an image based on customized training. The code pattern is part of the Getting started with IBM Visual Insights learning path. To continue the series and learn about more IBM Visual Insights features, take a look at the next code pattern, Object tracking in video with OpenCV and Deep Learning.

Mark Sturdevant

Source: https://developer.ibm.com/patterns/locate-and-count-items-with-object-detection/

spot_img

Latest Intelligence

spot_img

Chat with us

Hi there! How can I help you?