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

Enhancement of Object Tracking Accuracy in Low-Contrast Scenes #34

Open
yihong1120 opened this issue Jan 10, 2024 · 0 comments
Open

Enhancement of Object Tracking Accuracy in Low-Contrast Scenes #34

yihong1120 opened this issue Jan 10, 2024 · 0 comments

Comments

@yihong1120
Copy link

Dear motpy Maintainers,

I hope this message finds you well. I am reaching out to discuss a potential enhancement to the motpy library that could significantly improve tracking accuracy in low-contrast environments.

Context:
Upon utilising motpy for a project involving surveillance footage, I observed that the tracking accuracy diminishes notably in scenes where the contrast between the objects and the background is minimal. This is particularly evident during dusk and dawn sequences, where the lack of sufficient lighting conditions leads to poor object detection and subsequent tracking failures.

Suggestion:
I propose the introduction of a contrast enhancement pre-processing step before the detection phase. This could involve dynamic histogram equalisation or adaptive histogram equalisation (CLAHE) to improve the visibility of objects. An additional configuration parameter could allow users to enable or disable this feature based on their specific use case.

Potential Benefits:

  • Improved detection and tracking in challenging lighting conditions.
  • Enhanced robustness of the motpy library across a wider range of scenarios.
  • Greater utility for users dealing with consistently low-contrast footage.

Preliminary Results:
I have conducted preliminary experiments by manually applying CLAHE to the input frames before feeding them into the motpy tracker. The initial results are promising, showing a marked improvement in tracking consistency.

Conclusion:
I believe this enhancement could be a valuable addition to the motpy library. I am more than willing to contribute to the development of this feature and provide further details on my findings. Your thoughts on this suggestion would be greatly appreciated.

Thank you for your time and consideration.

Best regards,
yihong1120

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

1 participant