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
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"
python3: nvdsparsebbox_Yolo.cpp:139: bool NvDsInferParseCustomYoloV4(const std::vector&, const NvDsInferNetworkInfo&, const NvDsInferParseDetectionParams&, std::vector&): Assertion `boxes.inferDims.numDims == 3' failed.
The text was updated successfully, but these errors were encountered: