ppocr.exe使用gpu测试,直接报错
WARNING: Logging before InitGoogleLogging() is written to STDERR
W1107 21:33:13.849139 24232 tensorrt.cc:56] You are using Paddle compiled with TensorRT, but TensorRT dynamic library is not found. Ignore this if TensorRT is not needed.
The TensorRT that Paddle depends on is not configured correctly.
Suggestions:
1. Check if the TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure environment variables as follows:
- Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
- Windows: set PATH by `set PATH=XXX;%PATH%`
- Mac: set DYLD_LIBRARY_PATH by `export DYLD_LIBRARY_PATH=...`
E1107 21:33:13.851135 24232 port.h:53] Load symbol getPluginRegistry failed.
可是TensoRT环境已经装好了,还是报错