Loading...
Design a computer vision system that monitors retail store shelves to track stock levels and detect misplaced items.
Scenario: A grocery chain installs cameras along each aisle to detect when shelves need restocking. The system should identify which products are low, flag misplaced items, and alert staff before customers notice empty shelves.
Your Task: Design the pipeline from shelf images to actionable stock alerts.
Your design should address:
Consider: Visually similar products (e.g., cereal boxes), varying shelf layouts across stores, and changing inventory.
Describe your system design approach. Consider components, data flow, and key decisions.