theAIGuysCode / yolov4-deepsort

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

error in detection and how to change video processing to 1 FPS #91

Open pythonmjs opened 2 years ago

pythonmjs commented 2 years ago

for some videos, if the object is in the first 10 frames, but yolo4 detects it on the first 4 frames and the last 4 frames, it doesn't detect to 5th and 6th frames. so it gives the new id to the same object in the 7-10th frame. How do we overcome this problem? I don't care whether it detects the 5th and 6th frames. but I want the same id to the same object. Right now, the FPS is around 30. I want to make it 1 fps. how do I do that?