Please, I have a problem that is blocking me and I can’t move forward,
I created a personalized model with this tutorial PyLessons then convert the weights to ONNX format for use with deepstream5, I used this directory to interface deepstream with onnx https : //github.com/thatbrguy/Deep-Stream-ONNX, but my prob lem is that the bounding boxes are shifted and I can’t find the right parameters to solve this problem,
Any suggestions please ??
Before converting to Deepstream, could you get the expected result with ONNX format?
If yes, could you share the onnx model and the source for reproducing onnx and Deepstream output with us?
I did not do the test with onnx without deepstream, on the other hand I took the weights generated from the training (before converting them to onnx), I did a little test in python I had the expected results ,