如何提高yolov3的检测速度,因为它需要6秒才能知道正确的class?

How to increase the detection speed of yolov3 as it takes 6 seconds to know the correct class?

尝试将颜色更改为灰色,但没有太大帮助: ImageGray = cv2.cvtColor(图像,BGR2GRAY)

好问题。 尝试

  1. 将图像调整为更小的尺寸:降低数据集分辨率。
  2. 使用 GPU