Continuing the discussion from Deepstream 6 YOLO performance issue:
Please provide complete information as applicable to your setup.
**• Hardware Platform Jetson
**• DeepStream Version 6.0
**• JetPack Version 4.6
**• TensorRT Version 8.1
• NVIDIA GPU Driver Version (valid for GPU only)
**• Issue Type question
I have teh same issues as this post Deepstream 6 YOLO performance issue - #9 by adventuredaisy
Is this still an issue in the latest jetpack?
I have tried tried the suggestion above but face the below error when i rebuild the libnvdsinfer_custom_impl_Yolo.so
make: Entering directory ‘/opt/nvidia/deepstream/deepstream-6.0/sources/objectDetector_Yolo/nvdsinfer_custom_impl_Yolo’
g++ -c -o nvdsinfer_yolo_engine.o -Wall -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I…/…/includes -I/usr/local/cuda-10.2/include nvdsinfer_yolo_engine.cpp
nvdsinfer_yolo_engine.cpp: In function ‘bool NvDsInferYoloCudaEngineGet(nvinfer1::IBuilder*, nvinfer1::IBuilderConfig*, const NvDsInferContextInitParams*, nvinfer1::DataType, nvinfer1::ICudaEngine*&)’:
nvdsinfer_yolo_engine.cpp:110:44: error: no matching function for call to ‘Yolo::createEngine(nvinfer1::IBuilder* const&)’
cudaEngine = yolo.createEngine (builder);
^
In file included from nvdsinfer_yolo_engine.cpp:26:0:
yolo.h:76:28: note: candidate: nvinfer1::ICudaEngine* Yolo::createEngine(nvinfer1::IBuilder*, nvinfer1::IBuilderConfig*)
nvinfer1::ICudaEngine *createEngine (
^~~~~~~~~~~~
yolo.h:76:28: note: candidate expects 2 arguments, 1 provided
Makefile:51: recipe for target ‘nvdsinfer_yolo_engine.o’ failed
make: *** [nvdsinfer_yolo_engine.o] Error 1
make: Leaving directory ‘/opt/nvidia/deepstream/deepstream-6.0/sources/objectDetector_Yolo/nvdsinfer_custom_impl_Yolo’