osp.join(TENSORRT_DIR, 'include', 'NvInferVersion.h'), Please remove the'include'from the join operation. "include" is not always existing in tensorrt path. The script fails due to this. ➜ ~ find /usr -name 'NvInferVersion.h' ...
result = target(*args, **kwargs) File "/mmlab/WDC/openmmlab/MMDeploy/mmdeploy/backend/tensorrt/onnx2tensorrt.py", line 72, in onnx2tensorrt device_id=device_id) File "/mmlab/WDC/openmmlab/MMDeploy/mmdeploy/backend/tensorrt/utils.py", line 76, in create_trt_engine raise RuntimeError(f'...
▼tensorrt ►plugins batch_stream.cc ►batch_stream.h entropy_calibrator.cc ►entropy_calibrator.h ►rt_common.cc ►rt_common.h ►rt_legacy.h ►rt_net.cc ►rt_net.h ►rt_utils.cc ►rt_utils.h ►tools ►utils inference.cc ►inference.h ►inference_factory.cc ►...
▼common ►algorithm ►base ►camera ►hdmap ▼inference ►inference_test_data ►libtorch ►migraphx ►onnx ►operators ►paddlepaddle ►tensorrt ►tools ►utils inference.cc ►inference.h ►inference_factory.cc ►inference_factory.h layer.cc ►layer.h ►model_util.cc...
However, when I was following the instructions in https://github.com/NVIDIA/TensorRT/tree/release/7.0/samples/opensource/sampleUffMaskRCNN example post, I would not be able to find this "/samples/sample_uff_maskRCNN" dir. I am using a Jetson Nano device, and all the related libs/...
Description I think there is a bug in the build script for the python module. It is defining a variable TENSORRT_LIBPATH TensorRT/python/build.sh Line 39 in c5b9de3 -DTENSORRT_LIBPATH=${TRT_LIBPATH} That variable doesn't appear to be use...