TensorRT dynamic library (libnvinfer.so) that Paddle depends on is not configured correctly. (error code is libnvinfer.so: cannot open shared object file: No such file or directory)
Suggestions:
1. Check if TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure TensorRT dynamic library environment variables as follows:
- Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
- Windows: set PATH by `set PATH=XXX;Traceback (most recent call last):
File "pdseg/train.py", line 469, in
main(args)
File "pdseg/train.py", line 453, in main
cfg.check_and_infer()
File "/home/wzw/paddle/yaoganfenge/train/PaddleSeg-release-v0.7.0/pdseg/utils/collect.py", line 120, in check_and_infer
'utf-8').readlines()
File "/usr/lib/python3.6/codecs.py", line 897, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: './dataset/cityscapes/test.list'
比赛已经结束啦. Case closed.