Open lakshanthad opened 2 years ago
Did you compile the nvdsinfer_custom_impl_Yolo
lib with OpenCV support? What is the OpenCV version in your board?
Even I am Having the same error. I had installed the OpenCV version using the below command line even then it's showing the same error.
CUDA_VER=12.1 OPENCV=1 make -C nvdsinfer_custom_impl_Yolo
Even I am Having the same error. I had installed the OpenCV version using the below command line even then it's showing the same error.
CUDA_VER=12.1 OPENCV=1 make -C nvdsinfer_custom_impl_Yolo
have U sloved this problem?
Hardware: Jetson AGX Orin Developer Kit
Software: JetPack 5.0.1 DP
What works: Inference works well with FP32
Issue: Inference does not work with INT8. The following output log can be seen after "deepstream-app -c deepstream_app_config.txt"
Please help