├── README.md ├── annotations ├── CAPG │ └── CAPG_coco_gt_object.csv ├── GP │ └── Grocery_products_coco_gt_object.csv ├── Holoselecta │ └── Holoselecta_coco_gt_object.csv ├── SKU110K │ └── note.md ├── TobaccoShelves │ └── TobaccoShelves_coco_gt_object.csv └── WebMarket │ └── WebMarket_coco_gt_object.csv └── predictions ├── CAPG └── CAPG_coco_pred_object_CAPG_FRCNN.csv ├── GP └── Grocery_products_coco_pred_object_GP_25_5.csv ├── Holoselecta └── Holoselecta_coco_pred_object_Holoselecta.csv ├── SKU110K └── output_singlescale.csv ├── TobaccoShelves └── TobaccoShelves_coco_pred_object_TobaccoShelves_25_5.csv └── WebMarket └── WebMarket_coco_pred_object_WebMarket.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /annotations/CAPG/CAPG_coco_gt_object.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/CAPG/CAPG_coco_gt_object.csv -------------------------------------------------------------------------------- /annotations/GP/Grocery_products_coco_gt_object.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/GP/Grocery_products_coco_gt_object.csv -------------------------------------------------------------------------------- /annotations/Holoselecta/Holoselecta_coco_gt_object.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/Holoselecta/Holoselecta_coco_gt_object.csv -------------------------------------------------------------------------------- /annotations/SKU110K/note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/SKU110K/note.md -------------------------------------------------------------------------------- /annotations/TobaccoShelves/TobaccoShelves_coco_gt_object.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/TobaccoShelves/TobaccoShelves_coco_gt_object.csv -------------------------------------------------------------------------------- /annotations/WebMarket/WebMarket_coco_gt_object.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/annotations/WebMarket/WebMarket_coco_gt_object.csv -------------------------------------------------------------------------------- /predictions/CAPG/CAPG_coco_pred_object_CAPG_FRCNN.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/CAPG/CAPG_coco_pred_object_CAPG_FRCNN.csv -------------------------------------------------------------------------------- /predictions/GP/Grocery_products_coco_pred_object_GP_25_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/GP/Grocery_products_coco_pred_object_GP_25_5.csv -------------------------------------------------------------------------------- /predictions/Holoselecta/Holoselecta_coco_pred_object_Holoselecta.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/Holoselecta/Holoselecta_coco_pred_object_Holoselecta.csv -------------------------------------------------------------------------------- /predictions/SKU110K/output_singlescale.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/SKU110K/output_singlescale.csv -------------------------------------------------------------------------------- /predictions/TobaccoShelves/TobaccoShelves_coco_pred_object_TobaccoShelves_25_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/TobaccoShelves/TobaccoShelves_coco_pred_object_TobaccoShelves_25_5.csv -------------------------------------------------------------------------------- /predictions/WebMarket/WebMarket_coco_pred_object_WebMarket.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParallelDots/generic-sku-detection-benchmark/HEAD/predictions/WebMarket/WebMarket_coco_pred_object_WebMarket.csv --------------------------------------------------------------------------------