# Locount Dataset [Rethinking Object Detection in Retail Stores](http://arxiv.org/abs/2003.08230). ## Introduction The convention standard for object detection uses a bounding box to represent each individual object instance. However, it is not practical in the industry-relevant applications in the context of warehouses due to severe occlusions among groups of instances of the same categories. In this paper, we propose a new task, ie, simultaneously object localization and counting, abbreviated as *Locount*, which requires algorithms to localize groups of objects of interest with the number of instances. However, there does not exist a dataset or benchmark designed for such a task. To this end, we collect a large-scale object localization and counting dataset with rich annotations in retail stores, which consists of 50,394 images with more than 1.9 million object instances in 140 categories. Together with this dataset, we provide a new evaluation protocol and divide the training and testing subsets to fairly evaluate the performance of algorithms for Locount, developing a new benchmark for the Locount task. Moreover, we present a cascaded localization and counting network as a strong baseline, which gradually classifies and regresses the bounding boxes of objects with the predicted numbers of instances enclosed in the bounding boxes, trained in an end-to-end manner. Extensive experiments are conducted on the proposed dataset to demonstrate its significance and the analysis discussions on failure cases are provided to indicate future directions. ## Citation If you find this dataset useful for your research, please cite ``` @inproceedings{Cai2020Locount, title={Rethinking Object Detection in Retail Stores}, author={Yuanqiang Cai and Longyin Wen and Libo Zhang and Dawei Du and Weiqiang Wang and Pengfei Zhu}, booktitle={arXiv preprint arXiv:2003.08230}, year={2020} } ``` ## Results and Models ## Feedback Suggestions and opinions of this dataset (both positive and negative) are greatly welcome. Please contact the authors by sending email to libo@iscas.ac.cn.