chenzhi1992 / TensorRT-SSD

Use TensorRT API to implement Caffe-SSD, SSD(channel pruning), Mobilenet-SSD
251 stars 84 forks source link

fatal error NvInfer.h #21

Open Isaamarod opened 6 years ago

Isaamarod commented 6 years ago

When I execute: g++ common.cpp -o exit

NvInfer.h:No existe el archivo o el directorio compilation terminated.

linux-devil commented 6 years ago

Make sure nvinfer.h exist on your machine and you are including it correctly in your program.