EAST(Efficient and Accuracy Scene Text) 在使用 GPU 在实时视频流中实现文本检测之前,首先对在 CPU 上运行 EAST 检测模型与 GPU 运行多少加速进行基准测试。 在没有 GPU 的情况下测量 EAST 文本检测 FPS 吞吐率(即在 CPU 上运行): # python text_detection_speed.py --image images/ljcd_.jpg --east frozen_east_text_detection.pb # GPU 下测量 EAST 文本检测 FPS 吞吐率(即在 GPU 上运行): # python text_detection_speed.py --image images/ljcd_.jpg --east frozen_east_text_detection.pb --use-gpu 1
2023-03-01 14:15:01 142.78MB python opencv east模型 文本检测
1