vix.ing · top · new · best · stats · spec

Working with scale: 2nd place solution to Product Detection in Densely Packed Scenes [Technical Report]

2020/06/14 by A. V. Kozlov, Kozlov, Artem
Computer Science · Engineering · #Advanced Image and Video Retrieval Techniques #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Industrial Vision Systems and Defect Detection #Video Surveillance and Tracking Methods

paper · pdf · doi:10.48550/arxiv.2006.07825

openalex publication_date 2020/06/14 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

This report describes a 2nd place solution of the detection challenge which is held within CVPR 2020 Retail-Vision workshop. Instead of going further considering previous results this work mainly aims to verify previously observed takeaways by re-experimenting. The reliability and reproducibility of the results are reached by incorporating a popular object detection toolbox - MMDetection. In this report, I firstly represent the results received for Faster-RCNN and RetinaNet models, which were taken for comparison in the original work. Then I describe the experiment results with more advanced models. The final section reviews two simple tricks for Faster-RCNN model that were used for my final submission: changing default anchor scale parameter and train-time image tiling. The source code is available at https://github.com/tyomj/productdetection.

Related