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

Identify Key Parameters for Tuning #36

Open
Blindspot22 opened this issue Aug 14, 2024 · 0 comments
Open

Identify Key Parameters for Tuning #36

Blindspot22 opened this issue Aug 14, 2024 · 0 comments
Labels
ticket issues

Comments

@Blindspot22
Copy link
Owner

Description:

  • Identify and list the key parameters that significantly impact the performance and accuracy of the background subtraction, contour detection, and bounding box visualization algorithms.

Implementation Steps:

  • Review the algorithms implemented for background subtraction (MOG2, KNN), contour detection, and bounding box visualization.
  • Identify critical parameters such as history, threshold, detect_shadows, min_contour_area, and bounding box padding.
  • Document each parameter, explaining its role, range of acceptable values, and how it influences the outcome.
  • Group the parameters based on their association with specific components (e.g., background subtraction, contour detection).
  • Create a baseline configuration file or structure in the code that holds default values for these parameters, which can be modified later.
@Blindspot22 Blindspot22 added the ticket issues label Aug 14, 2024
@Blindspot22 Blindspot22 mentioned this issue Aug 14, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ticket issues
Projects
Status: Ready
Development

No branches or pull requests

1 participant