Right now in python, for fast inference, the biggest bottleneck are : * batch inference not supported by detect() * only accepting PIL Images as entry, which is heavy to create to resize etc Maybe accepting precorrectly sized numpy arrays could help
Right now in python, for fast inference, the biggest bottleneck are :
Maybe accepting precorrectly sized numpy arrays could help