yolov4-deepsort icon indicating copy to clipboard operation
yolov4-deepsort copied to clipboard

zero objects being tracked after the first frame

Open Nizar-Almshantaf opened this issue 2 years ago • 2 comments

I'm using my custom yolov3 trained to detect one class.

I converted the Yolo weights to TensorFlow.

then when i run this command python object_tracker.py --video ./data/video/XXX.mp4 --output ./outputs/demo2.avi --model yolov3 --weights ./checkpoints/yolov3 --info True --count True --info True

in the first frame, I get a perfect result.

Frame #: 1 Objects being tracked: 41

after that, it won't detect anything and the objects being tracked stays zero for the rest of the video.

what could cause this issue?

thanks in advance.

Nizar-Almshantaf avatar Jan 09 '22 09:01 Nizar-Almshantaf

look at #77 to solve the problem

DevAgarwal-588 avatar Jan 21 '22 16:01 DevAgarwal-588

did you solve this problem, I am facing same problem now

sushant7878 avatar Jun 08 '22 23:06 sushant7878