Object detection techniques based on computer vision can be deployed in super market scenarios for the creation of a system capable of recognizing products on store shelves.
For each type of product displayed in the shelf the system should report:
- Number of instances.
- Dimension of each instance (width and height of the bounding box that enclose them in pixel).
- Position in the image reference system of each instance (center of the bounding box that enclose them in pixel).
Develop an object detection system to identify single instance of products given: one reference image for each item and a scene image.
In addition to what achieved at step A, the system should now be able to detect multiple instance of the same product.