The model you are using seems to be incorrect, you can see there is only one OUTPUT with size as 84x6300.
Below is the output of using yolov8s.onnx exported by export_yoloV8.py but runs in DeepStream6.3, you can see the output has 3 parts as bbox/scores/classes:
0 INPUT kFLOAT input 3x640x640
1 OUTPUT kFLOAT boxes 8400x4
2 OUTPUT kFLOAT scores 8400x1
3 OUTPUT kFLOAT classes 8400x1
yes i already refer this topic but i didn’t encounter the same error as he does, also i have checked the solution and i have already taken care off but the error persist
sorry for the late reply, you can use " python3 export_yoloV8.py -w yolov8s.pt --dynamic --simplify" to generate model, I have verified on Jetson nano and DS6.0.1. here is the log: log.txt (3.5 KB)
Thank you for your assistance.
Yes this will work i guess as per your log provided but i am unable to try it as i am getting error in installing onnxsim.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
OK, please fix the installing onnxsim issue first.