You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: