Config for latest LPDNet, pruned_v2.2
taeyoung-yoo opened this issue · 0 comments
taeyoung-yoo commented
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?