mailrocketsystems / JetsonYolov5

GNU General Public License v3.0
21 stars 22 forks source link

How to get bounding box coordinates and set maximum detection? #10

Open apriyaditriputra opened 5 months ago

apriyaditriputra commented 5 months ago

Hi, i'm currently building a project for detecting ball with real time object detection on jetson platform. The code i'm currently using is works perfectly fine but i need the bounding box coordinates and set the maximum detection to only detect 3 ball, can you help me with that? Thanks