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.
-
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.
-
The dataset to be used for training/testing is the Grocery dataset. Link to the dataset: https://github.com/gulvarol/grocerydataset
-
Please use the following link to download ShelfImages.tar.gz(contains train and test splits) and replace GroceryDataset_part1/ShelfImages with this. https://storage.googleapis.com/open_source_datasets/ShelfImages.tar.gz
{
'[email protected]' : 0.895
'[email protected]': 0.804
'averagePrecision@IOU_0.5': 0.895
'averagePrecision@IOU_0.75': 0.804
'averageRecall@IOU_0.5':0.70
}