Comment on Object Detection from 9 FPS to 650 FPSparentComments−whimsicalism5yAll I see as the main insight of this article is that you shouldn't use pytorch hub as a baseline for inference speed.I know a number of python frameworks (ie. detectron) that are fast.I'd like to see the evidence that the performance bottleneck is python, esp. when asynchronous dispatch exists.
Comments
All I see as the main insight of this article is that you shouldn't use pytorch hub as a baseline for inference speed.
I know a number of python frameworks (ie. detectron) that are fast.
I'd like to see the evidence that the performance bottleneck is python, esp. when asynchronous dispatch exists.