Goodday
I am struggling to with https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLOv5.md. I follow all the instructions but I am unable to infer/detect the classes when I run deepstream-app -c deepstream_app_config.txt. I have also made a post on the of the issue on the
DeepStream-Yolo repo here
[incorrect 0 INPUT kFLOAT input 3x640x640 1 OUTPUT kFLOAT output 25200x6 shape instead of WARNING: [TRT]: The getMaxBatchSize() function should not be used with an engine built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. This function will always return 1. INFO: [Implicit Engine Info]: layers num: 4 0 INPUT kFLOAT input 3x640x640 1 OUTPUT kFLOAT boxes 25200x4 2 OUTPUT kINT32 classes 25200x1 3 OUTPUT kFLOAT scores 25200x1 · Issue #595 · marcoslucianops/DeepStream-Yolo · GitHub](https://Issue post). But I am still unable to get the classes to infer/detect.
I would really be greatfull for any additional information or if anyone can point me in the right directio