Card detectionΒΆ
The card detection model uses SSD (Single Shot MultiBox Detector). The input requires 300x300 RGB image. The input image will always be resized to 300x300 before running the inference which means size has no effect on the speed.
More info about SSD at https://arxiv.org/abs/1512.02325