Skip to content
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

during inference i get below error on custom yolov4 model . Could someone help #25

Closed
h9945394143 opened this issue Jul 25, 2022 · 2 comments
Assignees

Comments

@h9945394143
Copy link

python3: nvdsparsebbox_Yolo.cpp:139: bool NvDsInferParseCustomYoloV4(const std::vector&, const NvDsInferNetworkInfo&, const NvDsInferParseDetectionParams&, std::vector&): Assertion `boxes.inferDims.numDims == 3' failed.

@mchi-zg
Copy link
Collaborator

mchi-zg commented Sep 13, 2022

I uploaded the sample onnx model under - https://drive.google.com/drive/folders/18TXX3c7_Of16zVeWrfCkyT4ooVMz44oW?usp=sharing

@Harish1810
Copy link

python3: nvdsparsebbox_Yolo.cpp:139: bool NvDsInferParseCustomYoloV4(const std::vector&, const NvDsInferNetworkInfo&, const NvDsInferParseDetectionParams&, std::vector&): Assertion `boxes.inferDims.numDims == 3' failed.

I had the same issue. I solved it by using the custom bounding box parser from /opt/nvidia/deepstream/deepstream-6.1/sources/libs/nvdsinfer_customparser/ , Use the function "NvDsInferParseCustomBatchedNMSTLT"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants