Hi,
I am trying the detectNet tutorial. The tutorial mentions " If you want, you can add a print(detections)
statement here, and the coordinates, confidence, and class info will be printed out to the terminal for each detection result.", but I got the following out put.
[<jetson.inference.detectNet.Detection object at 0x7f87aac5d0>, <jetson.inference.detectNet.Detection object at 0x7f87aac600>, <jetson.inference.detectNet.Detection object at 0x7f87aac5a0>]
I just added print(detections) in my-detection.py. What is wrong with me or how I figure the coordinates and other info out from the output?
Please support me.
Thanks,