參考 OpenCV OCR and text recognition with Tesseract
發現 opencv 使用硬體加速是
net = cv2.dnn.readNet(args["east"])
net.setPreferableTarget(cv2.dnn.DNN_TARGET_OPENCL);
而 OPENCL 並不是 NVDIA 的 CUDA 是 Intel(GPU)
參考 A tensorflow implementation of EAST text detector 的 eval.py
使用了 tensorflow 的 gpu(CUDA)
效能的卻比較好
640x480 從 400ms 到 340ms
但 Tsseract 沒有加速,只能加速 EAST
沒有留言:
張貼留言