Deep Learning Challenge May 18, 2020 - RetailStoreProductDetection

Problem Overview

FMCG(Fast-Moving Consumer Goods) brands require insights into retail shelves to help them improve their sales. One such insight comes from determining how many products of their brands’ are present versus how many products of competing brands are present on a retail store shelf. This requires finding the total number of products present on every shelf in a retail store.

Problem Statement to Solve

  • Given a grocery store shelf image, detect all products present in the shelf image (detection only at product or no-product level)

  • The assignment requires to implement a single shot object detector with only “one” anchor box per feature-map cell.

  • Accuracy of at least 0.7 mAP on the test set.

Dataset Given

Code Files Uploaded

  • Training Colab Notebook - Open In Colab

  • Prediction Code Notebook - Open In Colab

Results

{
'map@0.5' : 0.895
'map@0.75': 0.804
'averagePrecision@IOU_0.5': 0.895
'averagePrecision@IOU_0.75': 0.804
'averageRecall@IOU_0.5':0.70
}

Test Images

Result1 Result2