Evaluation code for SKU110K dataset. Forked from cocoapi repository.
- Place the
annotations_test.csvinsidegroundtruthfolder. Data can be obtained from here [1]. - Place your predictions.csv inside
predictionsfolder. - Run
calc_acc.pyinsidecocoapi/PythonAPI/pycocotoolsafter modifying the predictions file path.
| Method | AP | AP.75 | AR300 |
|---|---|---|---|
| Goldman et al [2] | 0.492 | 0.556 | 0.554 |
| Our method [3] | 0.685 | 0.755 | 0.756 |
The outputs from [3] can be downloaded from this link
[1] https://github.com/eg4000/SKU110K_CVPR19
[2] https://arxiv.org/abs/1904.00853
[3] Will be released soon