NVIDIA-AI-IOT / deepstream_lpr_app

Sample app code for LPR deployment on DeepStream
MIT License
209 stars 62 forks source link

Config for latest LPDNet, pruned_v2.2 #33

Open taeyoung-yoo opened 9 months ago

taeyoung-yoo commented 9 months ago

Hello, I am trying to use the latest LPDNet, pruned_v2.2. However, when I run the model with the config file, I get this error. Error in NvDsInferContextImpl::fillDetectionOutput() <nvdsinfer_context_impl_output_parsing.cpp:726> [UID = 10]: Failed to parse bboxes using custom parse function Mismatch in the number of output buffers.Expected 4 output buffers, detected in the network :2

My config is as same as the example parse-bbox-func-name=NvDsInferParseCustomBatchedNMSTLT custom-lib-path=/opt/nvidia/deepstream/deepstream/lib/libnvds_infercustomparser.so Which custom-lib does match the latest model?