Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zero objects being tracked after the first frame #128

Open
Nizar-Almshantaf opened this issue Jan 9, 2022 · 2 comments
Open

zero objects being tracked after the first frame #128

Nizar-Almshantaf opened this issue Jan 9, 2022 · 2 comments

Comments

@Nizar-Almshantaf
Copy link

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.

@DevAgarwal-588
Copy link

look at #77 to solve the problem

@sushant7878
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants