How to get the coordinates of a specific bounding box and write theses coordinates on a file?

DeepStream 5.1

“deepstream-nvdsanalytics”

deepstream_python_app does not have the write_kitti_output function,
how to get the coordinates of a specific bounding box and write theses coordinates on a file?

Can you refer below sample?

deepstream_python_apps/deepstream_test_1.py at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub

Hi,thanks for your reply .But this sample does not seem to output coordinates to txt file

Yes. You need to add code to write it to file based on your requirement.

You can refer to this forum on how to get the coordinates on bounding box Saving Deepstream predictions labels into a text file

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.