marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

Parser make error: utils.h:36:10: fatal error: NvInfer.h: No such file or directory #505

Open taeyoung-yoo opened 5 months ago

taeyoung-yoo commented 5 months ago

Platform: AGX Orin docker image: nvcr.io/nvidia/deepstream-l4t :6.3-samples command: CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo error: utils.h:36:10: fatal error: NvInfer.h: No such file or directory

Is there other lib that use nvinfer1, so I can replace the NvInfer.h Or if there are someone who face this error, it would be a great help if you share the experience. Tnx :)

taeyoung-yoo commented 5 months ago

solved, install TensorRT and add its path to makefile.

colingoodman commented 1 month ago

I am having this exact issue. @taeyoung-yoo could you post the modified Makefile for reference?