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

Partial Human Body Tracking #544

Open
hust-zXX opened this issue Jul 25, 2023 · 2 comments
Open

Partial Human Body Tracking #544

hust-zXX opened this issue Jul 25, 2023 · 2 comments

Comments

@hust-zXX
Copy link

When I applied it, I found that if the person squatted down or only exposed the upper body, the target could not be effectively tracked.
Is there any quick way to improve it?

@janthmueller
Copy link

As far as the detection part is concerned, the cause is probably a too small number of training examples that have these features. I believe that, for example, static individuals are more likely to have these features, but are filtered out within datasets such as MOT16 and MOT20:
image
MOT16: A Benchmark for Multi-Object Tracking

This also affects the re-id part, as it may reduce the similarity between, for example, a person standing and squatting.
To improve this part, the appropriate way would be to finetune the model. Maybe an improvement could be achieved if static persons are not filtered out of the datasets.

Another option would be to use better alternatives to the kalman filter and hungarian algorithm.

@hust-zXX
Copy link
Author

As far as the detection part is concerned, the cause is probably a too small number of training examples that have these features. I believe that, for example, static individuals are more likely to have these features, but are filtered out within datasets such as MOT16 and MOT20: image MOT16: A Benchmark for Multi-Object Tracking This also affects the re-id part, as it may reduce the similarity between, for example, a person standing and squatting. To improve this part, the appropriate way would be to finetune the model. Maybe an improvement could be achieved if static persons are not filtered out of the datasets.

Another option would be to use better alternatives to the kalman filter and hungarian algorithm.

thanks,I will try it

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

2 participants