-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config_infer_primary_yoloV9.txt, NvDsInfer Error: NVDSINFER_CUSTOM_LIB_FAILED #609
Comments
Did you compile the |
Hi @marcoslucianops, Thanks for reply. I don't see any instructions regarding compiling the nvdsinfer_custom_impl_Yolo lib. I only found these instructions as below:- NOTE: To compile the nvdsinfer_custom_impl_Yolo, you need to install the g++ inside the container apt-get install build-essential NOTE: With DeepStream 7.1, the docker containers do not package libraries necessary for certain multimedia operations like audio data parsing, CPU decode, and CPU encode. This change could affect processing certain video streams/files like mp4 that include audio track. Please run the below script inside the docker images to install additional packages that might be necessary to use all of the DeepStreamSDK features: /opt/nvidia/deepstream/deepstream/user_additional_install.sh I also make and compiled Best regards, |
Hi @marcoslucianops, I tried with Yolo8s on config_infer_primary_yoloV8.txt and it was successful. Please advice on this Best Regards, |
Can you send the |
Hi @marcoslucianops, Sure. [property] [class-attrs-all] Best regards, |
Do you have the |
Hi,
My board is Jetson Orin Nano, Jetpack 6.1 and Deepstream 7.1
I have followed your note on how to configure form YoloV9.
Following your note my, my
Building the TensorRT Engine
Building complete
but after that I'm receiving error as below :-
0:29:34.433267382 18902 0xaaaae040f0a0 INFO nvinfer gstnvinfer.cpp:684:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:2138> [UID = 1]: serialize cuda engine to file: /Storage/DeepStream-Yolo/model_b1_gpu0_fp16.engine successfully
Implicit layer support has been deprecated
INFO: [Implicit Engine Info]: layers num: 0
0:29:34.943073530 18902 0xaaaae040f0a0 ERROR nvinfer gstnvinfer.cpp:678:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Error in NvDsInferContextImpl::initResource() <nvdsinfer_context_impl.cpp:841> [UID = 1]: Detect-postprocessor failed to init resource because dlsym failed to get func NvDsInferParseYolo pointer
ERROR: Infer Context failed to initialize post-processing resource, nvinfer error:NVDSINFER_CUSTOM_LIB_FAILED
ERROR: Infer Context prepare postprocessing resource failed., nvinfer error:NVDSINFER_CUSTOM_LIB_FAILED
0:29:35.011187453 18902 0xaaaae040f0a0 WARN nvinfer gstnvinfer.cpp:914:gst_nvinfer_start:<primary_gie> error: Failed to create NvDsInferContext instance
0:29:35.011248248 18902 0xaaaae040f0a0 WARN nvinfer gstnvinfer.cpp:914:gst_nvinfer_start:<primary_gie> error: Config file path: /Storage/DeepStream-Yolo/config_infer_primary_yoloV9.txt, NvDsInfer Error: NVDSINFER_CUSTOM_LIB_FAILED
ERROR: main:713: Failed to set pipeline to PAUSED
Quitting
ERROR from primary_gie: Failed to create NvDsInferContext instance
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(914): gst_nvinfer_start (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie:
Config file path: /Storage/DeepStream-Yolo/config_infer_primary_yoloV9.txt, NvDsInfer Error: NVDSINFER_CUSTOM_LIB_FAILED
App run failed
What did I do wrong?
I'm clueless here. Your guidance much appreciated
Best regards,
Sebastian
The text was updated successfully, but these errors were encountered: