Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson nano
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.2
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
**• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)**bug
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
i’m trying detection realtime with camera usb with yolov5 and get something error like this:
mirai@mirai-desktop:~/DeepStream-Yolo$ deepstream-app -c csi_test.txt
0:00:11.396758499 12372 0x3c46f20 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1900> [UID = 1]: deserialized trt engine from :/home/mirai/DeepStream-Yolo/model_b1_gpu0_fp32.engine
INFO: [Implicit Engine Info]: layers num: 2
0 INPUT kFLOAT images 3x640x640
1 OUTPUT kFLOAT output0 25200x11
0:00:11.398429202 12372 0x3c46f20 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2004> [UID = 1]: Use deserialized engine model: /home/mirai/DeepStream-Yolo/model_b1_gpu0_fp32.engine
0:00:12.010606344 12372 0x3c46f20 INFO nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/home/mirai/DeepStream-Yolo/config_infer_primary_yoloV5.txt sucessfully
Runtime commands:
h: Print this help
q: Quit
p: Pause
r: Resume
NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.
**PERF: FPS 0 (Avg)
**PERF: 0.00 (0.00)
** INFO: <bus_callback:194>: Pipeline ready
** INFO: <bus_callback:180>: Pipeline running
and i’m trying using gdb and get error like this:
[Switching to Thread 0x7f54f26de0 (LWP 12413)]
0x0000007f74254cb8 in decodeTensorYolo(float const*, float const*, float const*, unsigned int const&, unsigned int const&, unsigned int const&, std::vector<float, std::allocator > const&) ()
from /home/mirai/DeepStream-Yolo/nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
(gdb) bt
#0 0x0000007f74254cb8 in decodeTensorYolo(float const*, float const*, float const*, unsigned int const&, unsigned int const&, unsigned int const&, std::vector<float, std::allocator > const&) ()
at /home/mirai/DeepStream-Yolo/nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
#1 0x0000007f7425514c in NvDsInferParseCustomYolo(std::vector<NvDsInferLayerInfo, std::allocator > const&, NvDsInferNetworkInfo const&, NvDsInferParseDetectionParams const&, std::vector<NvDsInferObjectDetectionInfo, std::allocator >&) ()
at /home/mirai/DeepStream-Yolo/nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
#2 0x0000007f74255404 in NvDsInferParseYolo ()
at /home/mirai/DeepStream-Yolo/nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
#3 0x0000007f7dbb6618 in ()
at /opt/nvidia/deepstream/deepstream-6.0/lib/libnvds_infer.so
#4 0x0000007f7db9cca4 in ()
at /opt/nvidia/deepstream/deepstream-6.0/lib/libnvds_infer.so
#5 0x0000007f7db9d150 in ()
at /opt/nvidia/deepstream/deepstream-6.0/lib/libnvds_infer.so
#6 0x0000007f7dba1624 in nvdsinfer::NvDsInferContextImpl::dequeueOutputBatch(NvDsInferContextBatchOutput&) ()
at /opt/nvidia/deepstream/deepstream-6.0/lib/libnvds_infer.so
#7 0x0000007f7dc689ec in ()
at /usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so
#8 0x0000007fb7d33a64 in ()
at /usr/lib/aarch64-linux-gnu/libglib-2.0.so.0
#9 0x0000007fffffdf08 in ()
can you help me:') because this problem can’t solved until one week