The value of bounding boxes is too small

• Hardware Platform : GPU
• DeepStream Version : v4.0.2
• Issue Type : questions

I want to get coordinate of predicted bounding boxes.
I exec python bindings sample code “deepstream-test4”, “deepstream-imagedata-multistream” and print the value “ojb_metarect_params”.
I expect that I can get (left, right, top, bottom) pixel but the value is too small.
For example, the value is “6.48…e-43”.

How I get the correct original resolution size coordinate.

Why you need to use 4.0.2, I would suggest to use latest 5.0.1.
For your question, what is your model, have you checked the model output without DS pipeline and make sure the output is normal.