theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

Only some bounding boxes drawn in output video #150

Open rebeccamart opened 1 year ago

rebeccamart commented 1 year ago

Hi, When I run the object_tracker.py file, I get the output video correctly, but I can only visualize some bounding boxes. For example, in the first frames, it counts 13 tracked objects, but the box does not appear, it is not drawn in the video. Nevertheless, in other frames of the same video, the bounding boxes appear. Does anyone know why or could help? Thanks in advance.

image