NVIDIA-AI-IOT / cuDLA-samples

YOLOv5 on Orin DLA
Other
180 stars 17 forks source link

fatal error: nvscibuf.h: No such file or directory #12

Closed WangFengtu1996 closed 8 months ago

WangFengtu1996 commented 8 months ago
2yjia commented 8 months ago

Same problem, have you solved it?

WangFengtu1996 commented 8 months ago

NO. I think may need update jetpack. I want to use DLA HW by TensorRT. I read the code. It is not using TensorRT to inference model.

2yjia commented 8 months ago

I solved this problem. Refer to this URL:https://forums.developer.nvidia.com/t/where-are-the-nvsci-headers/221091 Download the BSP corresponding to jetpack. The corresponding header files contained in public_sources.tbz2. Modify the makefile and add the path

WangFengtu1996 commented 8 months ago

About the library nvscibuf nvscisync, can modify Makefile,add library path

-L /usr/lib/aarch64-linux-gnu/tegra -l nvscibuf -l nvscisync