Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printing out the details of objects #486

Open
2 tasks done
urbansound8K opened this issue May 20, 2022 · 2 comments
Open
2 tasks done

printing out the details of objects #486

urbansound8K opened this issue May 20, 2022 · 2 comments

Comments

@urbansound8K
Copy link

urbansound8K commented May 20, 2022

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

how to to print out the details of objects in terminal in here?

like if I want to print something like this in terminal after I run here:
height ,width, class, distance and confidence, please?

what I am planning is that after the detection I want to send this information via UDP

Use-Case

No response

Anything else?

No response

@urbansound8K
Copy link
Author

urbansound8K commented May 25, 2022

I got it but why
print(object.label) whenever I print it out I get unknown only???
and how can I get the
distance (meter)
position(x,y,z)
and velocity(k/m )
for every object in terminal?

please help?

@pQbas
Copy link

pQbas commented Feb 28, 2023

I had the same problem with print(object.label), I found that using print(object.raw_label) the class of the tracked object is printed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants