(dusty-nv/jetson-inference) Accessing labels

Hi @a428tm, please see this post: Using detectNet to get coordinates of an object detected by camera - #2 by dusty_nv

The Python detectNet.Detection object has similar members that you can access the ClassID and bounding box coordinates through.

1 Like