face-recognition-deepstream icon indicating copy to clipboard operation
face-recognition-deepstream copied to clipboard

Version mismatch of the deepstream app and tensorrt engine file.

Open hossain001 opened this issue 1 year ago • 0 comments

According to this deepstream app system requirements are as follows:

  • GStreamer-1.0
  • GStreamer-1.0 Base Plugins
  • GStreamer-1.0 gstrtspserver
  • X11 client-side library
  • Glib json library - json-glib-1.0
  • DeepStream 5.0
  • CUDA 10.2

But according to this repository https://github.com/nghiapq77/face-recognition-cpp-tensorrt which is used for converting pytorch weight files into tensorrt engine files, requirements are as follows:

  • CUDA 11.3
  • TensorRT 8.2.2.1
  • OpenCV 4.5.5
  • SQLite 3.31.1
  • Crow 1.0
  • Boost 1.79.0
  • Python 3.8
  • torch 1.11.0+cu113
  • torchvision 0.12.0+cu113

As the CUDA version and Tensorrt version do not match, converted engine files can not be used in this app. How can we solve this issue?

hossain001 avatar Aug 08 '22 08:08 hossain001