NVIDIA-AI-IOT / tf_to_trt_image_classification

Image classification with NVIDIA TensorRT from TensorFlow models.
BSD 3-Clause "New" or "Revised" License
456 stars 155 forks source link

[Not an Issue] Modify for Running on 1080ti, failure on cmake #22

Closed mikeliao97 closed 6 years ago

mikeliao97 commented 6 years ago

Hey, thanks for making this repo.

I was hoping to run this on a 1080ti to get benchmarks, however being new to TensoRT and these platforms, I'm having a bit of trouble with making the directory.

My main issue is that "make .." returns an error of /usr/bin/ld: cannot find -lnvinfer /usr/bin/ld: cannot find -lnvparsers

screenshot from 2018-06-14 11-14-02

However, I did install CUDA, TensorRT which tensorrt: /usr/local/bin/tensorrt

In my Cmake File I also added: include_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include) link_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include) and commented out #add_subdirectory(examples)

Any help is appreciated, thank you for your hard work.