yehengchen / Object-Detection-and-Tracking

Object Detection and Multi-Object Tracking
MIT License
1.86k stars 753 forks source link

Bounding box size, and counter #51

Open Reeichi opened 4 years ago

Reeichi commented 4 years ago

After testing my model on this code, the bounding boxes for the objects became odd looking. For example, whenever it detects a car, it shows the box looking like this: image Is there any way I can fix the way the boxes are generated, so that it only surrounds the object?

Another thing I would like to ask about: How do I display a separate counter for object 'car', and another one for object 'tree'?