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:
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'?
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: 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'?